@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy=DateValidator.class) public @interface ValidateDate
| Modifier and Type | Required Element and Description |
|---|---|
boolean |
allowPast |
String |
dateFormat |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.