Package javax.validation.constraints
Annotation Type Future
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented @Constraint(validatedBy={}) public @interface Future
Verify that the annotated value of the annotated element is in the future ornull
. Supported types areCalendar
andDate
Other types might be supported in a non-portable manner.- Version:
- $Rev$ $Date$
-
-
-
payload
java.lang.Class<? extends Payload>[] payload
- Default:
- {}
-
-