Annotation Type VersionFieldSerializer.Since
- Enclosing class:
VersionFieldSerializer<T>
Incremental modification of serialized objects must add
VersionFieldSerializer.Since
for new fields.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
Version of annotated field, default is 0, and must be incremental to maintain compatibility.
-
Element Details
-
value
int valueVersion of annotated field, default is 0, and must be incremental to maintain compatibility.- Default:
0
-