Package javax.validation.constraints
Annotation Type Future
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented @Constraint(validatedBy={}) public @interface FutureThe annotated element must be a date in the future. Now is defined as the current time according to the virtual machine The calendar used if the compared type is of typeCalendaris the calendar based on the current timezone and the current locale. Supported types are:java.util.Datejava.util.Calendar
nullelements are considered valid.
-
-
-
payload
java.lang.Class<? extends Payload>[] payload
- Default:
- {}
-
-