Annotation Type CSVColumnName


@Target(FIELD)
@Retention(RUNTIME)
public @interface CSVColumnName
Sets the name of the field in the header.

If not present, the field name is converted according to the ColumnNameStyle, which is ColumnNameStyle.CAPITALIZED by default.

You can change the default by adding the annotation CSVDefaultColumnName at class level.

  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value