|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy={}) public @interface Past
The annotated element must be a date in the past.
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.
Optional Element Summary | |
---|---|
java.lang.Class<?>[] |
groups
|
java.lang.String |
message
|
java.lang.Class<? extends Payload>[] |
payload
|
public abstract java.lang.String message
public abstract java.lang.Class<?>[] groups
public abstract java.lang.Class<? extends Payload>[] payload
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41