Annotation Type CsvColumn


  • @Target({FIELD,METHOD})
    public @interface CsvColumn
    With this annotation one can configure how the attribute is addressed in the csv file.
    Since:
    3.0.0
    Author:
    Oliver Libutzki <[email protected]>
    See Also:
    CsvDataSource
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Returns the column headline of the annotated field.
    • Element Detail

      • value

        java.lang.String value
        Returns the column headline of the annotated field.
        Returns:
        the column headline of the annotated field