42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Refactor BeanReaderInstructions to not create the bean instance #6

Closed robert-bor closed 11 years ago

robert-bor commented 11 years ago

The ReaderInstructions must not depend on generic T. The only time it needs a bean class is when it reads the bean class for its properties and annotations.