Package play.data.validation
Annotation Type Max
-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Constraint(checkWith=MaxCheck.class) public @interface Max
This field must be lower than. Message key: validation.max $1: field name $2: reference value