First-class support for BeanRegistrar
registration on GenericApplicationContext
#34574
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
The new
BeanRegistrar
interface introduced in #18353 is not only suitable for@Import
usage on a@Configuration
class but also for encapsulated pieces of programmatic registration that can be applied to anyGenericApplicationContext
. Aregister(BeanRegistrar...)
method onGenericApplicationContext
makes this obvious.The text was updated successfully, but these errors were encountered: