Support @ExportName on bean fields
ljacqu opened this issue · 0 comments
ljacqu commented
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
- Allow
@ExportName
on fields - When creating bean properties, check for
@ExportName
on the field, as is already done for@Comment