Skip to content

Commit 8a8ba5a

Browse files
authored
Update JavaDoc of JsonAppend. (#3933)
1 parent e5bdcfb commit 8a8ba5a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/main/java/com/fasterxml/jackson/databind/annotation/JsonAppend.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
import com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter;
1010

1111
/**
12-
* Annotation that may be used to add "virtual" properties to be written
13-
* after regular properties (although ordering may be changed using
14-
* both standard <code>@JsonPropertyOrder</code> annotation, and
15-
* properties of this annotation).
12+
* Annotation used to add "virtual" properties that will be written
13+
* after regular properties during serialization.
14+
* <p>
15+
* Please note that the "virtual" properties added using this annotation
16+
* do not obey any specific order, including the order defined
17+
* by {@link com.fasterxml.jackson.annotation.JsonPropertyOrder}.
1618
*
1719
* @since 2.5
1820
*/

0 commit comments

Comments
 (0)