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
The API of BeanRegistrationCodeFragments is a bit inconsistent at the moment. While everything is related to code generation, getTarget insists on providing a Class whereas all that's needed is a classname. For consistency getTarget should return a ClassName. This would allow something to generate bean registration in a package that does not exist yet.
This is a prerequisite for what we're investigating in #29019
The text was updated successfully, but these errors were encountered:
The API of
BeanRegistrationCodeFragments
is a bit inconsistent at the moment. While everything is related to code generation,getTarget
insists on providing aClass
whereas all that's needed is a classname. For consistencygetTarget
should return aClassName
. This would allow something to generate bean registration in a package that does not exist yet.This is a prerequisite for what we're investigating in #29019
The text was updated successfully, but these errors were encountered: