Package org.apache.johnzon.mapper
Annotation Type JohnzonIgnore
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface JohnzonIgnore
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
minVersion
Example: @JohnzonIgnore(minVersion = 2) will ignore the value until version is set to 2, 3, ...
-