Annotation Interface Note
@Documented
@Constraint(validatedBy={})
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Size(max=64)
public @interface Note
メモチェックアノテーション。
・64文字以内であること
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements