javax.validation.constraints
Annotation Type Future
@Target(value={METHOD,FIELD,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Future
The 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 type Calendar
is the calendar based on the current timezone and the current locale.
Supported types are:
java.util.Date
java.util.Calendar
null
elements are considered valid.
- Author:
- Emmanuel Bernard
Optional Element Summary |
java.lang.Class<?>[] |
groups
|
java.lang.String |
message
|
message
public abstract java.lang.String message
- Default:
- "{constraint.future}"
groups
public abstract java.lang.Class<?>[] groups
- Default:
- {}
Submit a bug or feature Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.