Annotation Type FieldContext
-
@Retention(RUNTIME) @Target(FIELD) public @interface FieldContextStores field context to validate based on requirement or value constraints.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcategoryCategory to group settings.booleandeprecatedWhether the setting is deprecated or not.java.lang.StringdocDocumentation of the settings.booleandynamicallow field to be updated dynamically.intmaxCharLengthbinds character length of text.longmaxValuebinds numeric value's upper bound.longminValuebinds numeric value's lower bound.booleanrequiredchecks field value is required.
-