spring-framework / org.springframework.beans.factory.support / MergedBeanDefinitionPostProcessor / postProcessMergedBeanDefinition
postProcessMergedBeanDefinition
abstract fun postProcessMergedBeanDefinition(beanDefinition: RootBeanDefinition, beanType: Class<*>, beanName: String): Unit
Post-process the given merged bean definition for the specified bean.
Parameters
beanDefinition - the merged bean definition for the bean
beanType - the actual type of the managed bean instance
beanName - the name of the bean