dominikschlosser / super-csv-declarative

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

Add option to choose field access mode #6

Closed dominikschlosser closed 8 years ago

dominikschlosser commented 8 years ago

Introduce a mechanic like JAXBs @XmlAccessorType Recent refactorings should make this pretty easy

dominikschlosser commented 8 years ago

Default access type (without annotation) is "PROPERTY" which means access via getters/setters which might lead to breaking existing code