Package model.validation
Annotation Type UsernameFormat
-
@Pattern(regexp="^[\\w\\-]+$") @Size(min=3, max=30) @Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Constraint(validatedBy={}) @Documented public @interface UsernameFormat
Il formato del nome utente deve essere valido