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