Skip to content

Commit a550262

Browse files
committed
Minor javadoc improvement for @JsonTypeInfo.defaultImpl
1 parent 34c8762 commit a550262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ public enum As {
234234
* class to use for deserialization if type identifier is either not present,
235235
* or can not be mapped to a registered type (which can occur for ids,
236236
* but not when specifying explicit class to use).
237-
* Property has no effect on serialization.
237+
* Property has no effect on choice of type id used for serialization;
238+
* it is only used in deciding what to do for otherwise unmappable cases.
238239
*<p>
239240
* Note that while this property allows specification of the default
240241
* implementation to use, it does not help with structural issues that

0 commit comments

Comments
 (0)