-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintExample: @JohnzonIgnore(minVersion = 2) will ignore the value until version is set to 2, 3, ...
-
Element Details
-
minVersion
int minVersionExample: @JohnzonIgnore(minVersion = 2) will ignore the value until version is set to 2, 3, ...- Returns:
- the first version the decorated field is not ignored.
- Default:
- -1
-