Skip to content

Commit deec11d

Browse files
committed
Minor change wrt @JsonInclude Javadocs
1 parent de02dfb commit deec11d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@
5050
* arrays or {@link java.util.Collection}s; support may be added in
5151
* future versions (but if so, will be configurable to allow disabling it).
5252
*<pre>
53-
* (For Jackson 3 only) As of Jackson 3.1.0, {@link #content()} also supports {@link java.util.Collection}'s
54-
* when {@code tools.jackson.databind.SerializationFeature#APPLY_JSON_INCLUDE_FOR_COLLECTIONS}
55-
* feature is enabled --disabled by default for backward-compatibility. (see [databind#5369] for more detail)
56-
* Note that `content` is NOT currently (as of Jackson 3.1.0) supported for arrays, but may be supported in future versions.
53+
* (For Jackson 3 only) As of Jackson 3.1.0, {@link #content()} also supports {@link java.util.Collection}s
54+
* and Arrays when {@code tools.jackson.databind.SerializationFeature#APPLY_JSON_INCLUDE_FOR_CONTAINERS}
55+
* feature is enabled -- disabled by default for backward-compatibility (see [databind#5369] for more detail).
5756
*
5857
* @since 2.0
5958
*/

0 commit comments

Comments
 (0)