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
Currently ConfigurationPropertiesBindConstructorProvider requires that @ConstructorBinding be used to indicate that a @ConfigurationProperties instance should use the ValueObjectBinder. I think we could skip the need for this if there is a single constructor with one or more arguments.