dominikschlosser / super-csv-declarative

Unofficial declarative extension to super-csv
Apache License 2.0
2 stars 1 forks source link

Code-Generator which creates annotation/provider/factory from CellProcessor-implementations #1

Open dominikschlosser opened 8 years ago

dominikschlosser commented 8 years ago

Adding declarative support to custom CellProcessor-implementations is quite cumbersome. You need to implement a annotation, a DeclarativeCellProcessorProvider and a CellProcessorFactory. All of this is repetitive and straight-forward and thus should be automated.

A maven plugin would be nice.