|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) @Documented @Validator(value="date") public @interface DateType
An annotation to validate if the value is a date.
Optional Element Summary | |
---|---|
Arg |
arg0
The first argument. |
String |
datePattern
The date pattern. |
String |
datePatternStrict
The strict date pattern. |
Msg |
msg
The message. |
String[] |
targets
Specifies the execute method names which are validation targets. |
public abstract String datePattern
public abstract String datePatternStrict
public abstract Msg msg
public abstract Arg arg0
public abstract String[] targets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |