Package org.apache.bval.constraints
Annotation Type HasValue
-
@Target({ANNOTATION_TYPE,METHOD,FIELD}) @Constraint(validatedBy=HasStringValidator.class) @Retention(RUNTIME) public @interface HasValue
Description: allow distinct string values for element (like enums)