olg.csv.bean.annotations
Annotation Type Formatter


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Formatter

Placed on a field, allows to specify a formatter.

See Also:
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.
 

value

public abstract Class<? extends Formatter<?>> value
The class of the choosen Formatter. By Default, a date Formatter class is choosen for which two params must be specified :

Default:
olg.csv.bean.formatter.DateFormatter.class

params

public abstract Param[] params
Allows to define some properties to the choosen formatter. By Default, empty Param array.

Default:
{}


Copyright © 2014. All Rights Reserved.