Skip to content

Commit 1fbd968

Browse files
authored
Improve JavaDoc on serialization side of JsonTypeInfo.Id.DEDUCTION (#225)
1 parent 7f69036 commit 1fbd968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ public enum Id {
126126
* thrown if not enough unique information is present to select a single subtype.
127127
* <br>If deduction is being used annotation properties {@code visible},
128128
* {@code property} and {@code include} are ignored.
129+
* <p>
130+
* On serialization, no type ID is written, and only regular properties are included.
129131
*
130132
* @since 2.12.0.
131133
*/

0 commit comments

Comments
 (0)