|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD,ANNOTATION_TYPE})
@Constraint(check=PastCheck.class)
public @interface PastDoes the date appear in the Past
| Optional Element Summary | |
|---|---|
int |
daysFromNow
Allows the user to augment the check by a nummber days |
java.lang.String |
message
|
public abstract int daysFromNow
public abstract java.lang.String message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||