Package cronapp.framework.persistence
Annotation Type ValidPassword
-
@Constraint(validatedBy=PasswordConstraintValidator.class) @Target(TYPE) @Retention(RUNTIME) @Repeatable(ValidPasswords.class) public @interface ValidPassword
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringpasswordHistoryPropertyStringpasswordProperty
-