AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 14 forks source link

Mapper: Drop @ExportName #336

Closed ljacqu closed 1 year ago

ljacqu commented 1 year ago

Drop support for @ExportName, which is an annotation set on the setter or getter method of a bean property to give it a different name.

Do you use this? Please comment in this issue if you want me to reconsider the removal.

ljacqu commented 1 year ago

We keep it: initially, there was an assumption that this feature would cause a lot of issues, but this turned out to not be true -> fine to keep