You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NestedConfigurationProperty (singular) is about asking the annotation processor to crawl a POJO as a nested type, creating a group with the same name as the property exposing the pojo. We should probably say that at the annotation level and in the doc. In particular, mentioning this has no effect for a list of objects or map of objects would be a good idea.
The text was updated successfully, but these errors were encountered:
See #9894
@NestedConfigurationProperty
(singular) is about asking the annotation processor to crawl a POJO as a nested type, creating a group with the same name as the property exposing the pojo. We should probably say that at the annotation level and in the doc. In particular, mentioning this has no effect for a list of objects or map of objects would be a good idea.The text was updated successfully, but these errors were encountered: