Package play.data.validation
Annotation Type Equals
-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Constraint(checkWith=EqualsCheck.class) public @interface Equals
This field must be equals to another field. Message key: validation.equals $1: field name $2: other field name