BeanDefinitionRegistryPostProcessor
should declare empty default postProcessBeanFactory
method
#31476
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Since custom
BeanDefinitionRegistryPostProcessor
implementations will typically only provide apostProcessBeanDefinitionRegistry
method, the interface should declare theBeanFactoryPostProcessor
-inheritedpostProcessBeanFactory
method as empty by default.The text was updated successfully, but these errors were encountered: