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