Package org.apache.juneau.csv.annotation
Annotation Type CsvAnnotation.Array
- Enclosing class:
CsvAnnotation
@Documented
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Inherited
public static @interface CsvAnnotation.Array
A collection of
@Csv annotations
.-
Required Element Summary
-
Element Details
-
value
The child annotations.- Returns:
- The annotation value.
-