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