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