Package play.data.validation
Annotation Type Match
-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Constraint(checkWith=MatchCheck.class) public @interface Match
This field must match the regexp. Message key: validation.match $1: field name $2: reference pattern