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