Annotation Interface UserName
@Documented
@Constraint(validatedBy={})
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@NotBlank
public @interface UserName
ユーザ名チェックアノテーション。
・未入力でないこと
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements