Annotation Interface SpecStringInArray
Specifies that the value of a field must be a String that is contained in a certain array.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String[] value- Returns:
- the values that are allowed
-
-
-
ignoreCase
boolean ignoreCase- Returns:
trueto ignore the case,falseto check the case. Default isfalse.
- Default:
- false
-