Annotation Type CsvIgnore


@Target(FIELD) @Retention(RUNTIME) public @interface CsvIgnore
When this annotation is set on a field, it will be skipped during deserialization even if a matching column name is found. On serialization, it will not be part of the new CSV file.