File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/main/java/com/fasterxml/jackson/databind/annotation Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 99import 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 */
You can’t perform that action at this time.
0 commit comments