Package play.data.validation
Annotation Type Constraints.Pattern
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Constraint(validatedBy=PatternValidator.class) @Repeatable(List.class) public static @interface Constraints.Pattern
Defines a pattern constraint for a string field.