We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00dd8a commit a8a4002Copy full SHA for a8a4002
src/main/java/com/fasterxml/jackson/databind/annotation/JsonSerialize.java
@@ -161,6 +161,9 @@ public Class<? extends JsonSerializer> nullsUsing()
161
* being property setting for a Bean constructed with default no-arg
162
* constructor, often null).
163
*<p>
164
+ * This property has been replaced by special-purpose {@link com.fasterxml.jackson.annotation.JsonInclude}
165
+ * annotation, introduced in Jackson 2.0.
166
+ *<p>
167
* Note that Jackson 2.3 changed default to <code>DEFAULT_INCLUSION</code>,
168
* which is roughly same as saying "whatever". This is important because
169
* it allows hierarchic default values to be used.
0 commit comments