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