Package play.data.validation
Annotation Interface Constraints.Max
- Enclosing class:
- Constraints
@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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines several@Maxannotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements