All Implemented Interfaces:
BeanPostProcessor
All Known Implementing Classes:
AutowiredAnnotationBeanPostProcessor, CommonAnnotationBeanPostProcessor, PersistenceAnnotationBeanPostProcessor, InitDestroyAnnotationBeanPostProcessor
The #postProcessMergedBeanDefinition method may for example introspect the bean definition in order to prepare some cached metadata before post-processing actual instances of a bean. It is also allowed to modify the bean definition but only for bean definition properties which are actually intended for concurrent modification. Basically, this only applies to operations defined on the RootBeanDefinition itself but not to the properties of its base classes.
Juergen - Hoeller2.5 - | Method from org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor Summary: |
|---|
| postProcessMergedBeanDefinition |
| Method from org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor Detail: |
|---|
|