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