dominikschlosser / super-csv-declarative

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

Support repeatable annotations #16

Closed dominikschlosser closed 7 years ago

dominikschlosser commented 7 years ago

Common use case:

@StrReplace(...) @StrReplace(... other replacement strategy ...) private String myStrField;