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