Annotation Type ValidPassword
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) @Constraint(validatedBy=ValidPasswordValidator.class) public @interface ValidPassword
Defines the annotation of the validator that checks if the password supplies matches the password of the current user