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