Annotation Type CsvDate
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface CsvDate
The Interface CsvDateFormat.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringseparatorSeparator.ColumnDateFormatvalueValue.
-
-
-
Element Detail
-
value
ColumnDateFormat value
Value.- Returns:
- the column date format
- Default:
- bld.common.spreadsheet.constant.ColumnDateFormat.DD_MM_YYYY
-
-
-
separator
String separator
Separator.- Returns:
- the string
- Default:
- "/"
-
-