Skip to content

Commit b9ac951

Browse files
committed
Minor addition to @JsonAnyGetter class Javadoc specifying they are serialized after regular properties.
1 parent a305435 commit b9ac951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* to "any setter" mutators (see {@link JsonAnySetter}).
1616
* Note that the return type of annotated methods <b>must</b> be
1717
* {@link java.util.Map}).
18+
* "Any properties" will be serialized <b>after</b> regular properties.
1819
*<p>
1920
* As with {@link JsonAnySetter}, only one property should be annotated
2021
* with this annotation; if multiple methods are annotated, an exception

0 commit comments

Comments
 (0)