Skip to content

Commit

Permalink
Merge branch '2.15' into 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 16, 2023
2 parents a3b231c + 8a8ba5a commit a3bb1b9
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
import com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter;

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

0 comments on commit a3bb1b9

Please sign in to comment.