Package model.validation
Annotation Type UserExists
-
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Constraint(validatedBy={UsersExistsByIdValidator.class,UserExistsByNameValidator.class}) @Documented public @interface UserExists
L'identificativo deve corrispondere a un utente esistente