Annotation Interface ReserveStartDateTimeFuture
@Documented
@Constraint(validatedBy={})
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@NotNull
@Future
public @interface ReserveStartDateTimeFuture
予約開始日時チェックアノテーション。
登録時にのみ利用する
・nullでないこと ・現在日時より未来であること
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements