Annotation Interface RmsId
@Documented
@Constraint(validatedBy={})
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Min(1L)
@NotNull
public @interface RmsId
ID共通チェックアノテーション。
・入力必須(新規登録での利用は想定していない) ・1以上であること
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements