olg.csv.bean.annotations
Annotation Type Param


@Documented
@Retention(value=RUNTIME)
public @interface Param

annotation to set annotation properties.

See Also:
RowBean, Formatter, Parser

Required Element Summary
 String name
          Param name.
 String value
          Param value. the value should be parsed to be setted to the property.
 

Element Detail

name

public abstract String name
Param name. The name of the property.


value

public abstract String value
Param value. the value should be parsed to be setted to the property.



Copyright © 2014. All Rights Reserved.