|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Parser
Placed on a field allows to specify a Parser.
AbstractParser
Optional Element Summary | |
---|---|
Param[] |
params
Allows to define some properties to the choosen parser. |
Class<? extends AbstractParser<?>> |
value
The class of the choosen Parser. |
public abstract Class<? extends AbstractParser<?>> value
DateProperty.FORMAT
DateProperty.LOCALE
optional
public abstract Param[] params
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |