Annotation Type CsvCell


@Target(FIELD) @Retention(RUNTIME) public @interface CsvCell
Various settings for a BeanInstructionsImpl translating to a CSV cell. By default every field in a BeanInstructionsImpl is expected to be a CsvCell, even if not so marked. Use @CsvIgnore to prevent a BeanInstructionsImpl field from being taken into account for both serialization and deserialization.