AuthMe / ConfigMe

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

Support @ExportName on bean fields #366

Closed ljacqu closed 1 year ago

ljacqu commented 1 year ago

The goal of this issue is to allow the annotation @ExportName on fields, alongside methods for now. This provides a "transitional" state for ConfigMe 2.0, where the intention is to only allow @ExportName on fields.

To do