Annotation Type SpecStringInArray
-
@Retention(RUNTIME) @Target(FIELD) public @interface SpecStringInArraySpecifies that the value of a field must be a String that is contained in a certain array.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanignoreCase
-