Package com.opencsv.bean
Annotation Type CsvBindByNames
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface CsvBindByNames
This annotation is the container annotation forCsvBindByName
.- Since:
- 5.4
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description CsvBindByName[]
value
-
-
-
Element Detail
-
value
CsvBindByName[] value
- Returns:
- An array of
CsvBindByName
.
-
-