Package model.validation
Annotation Type UniqueUsername
-
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Constraint(validatedBy=UniqueUsernameValidator.class) @Documented public @interface UniqueUsername
L'username deve essere univoco- See Also:
UniqueUsernameValidator