Skip to content

Commit c62119c

Browse files
committed
Javadoc addition wrt JsonInclude.Include.NON_DEFAULT
1 parent a08cd97 commit c62119c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/com/fasterxml/jackson/annotation/JsonInclude.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ public enum Include
222222
* <li>Date/time values that have timestamp (`long` value of milliseconds since
223223
* epoch, see {@link java.util.Date}) of `0L` are excluded</li>
224224
* </ul>
225+
*<p>
226+
* NOTE: Jackson 3.2 has more configurability (via new {@code MapperFeature})
227+
* to configure applicability of this setting for global default inclusion.
225228
*/
226229
NON_DEFAULT,
227230

0 commit comments

Comments
 (0)