Annotation Type VersionFieldSerializer.Since
- Enclosing class:
VersionFieldSerializer<T>
Incremental modification of serialized objects must add
VersionFieldSerializer.Since for new fields.- Author:
- Tianyi HE invalid input: '<'hty0807@gmail.com>
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintVersion 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
-