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