| Class | Description | 
|---|---|
| FrameworkXmlBeanDefinitionReader | 
 Ensures that any beans registered using this reader have a lower precedence than any beans defined in @Configuration
 classes, which otherwise have a lesser /priority than XML resources. | 
| InstrumentationRuntimeFactory | Deprecated Because of classloader differences, this approach is not reliable for some containers. | 
| MergeXmlBeanDefinitionReader | Allows XML beans to be merged together with existing bean definitions rather than always doing a wholesale replacement | 
| MergeXmlBeanDefinitionReader.BeanUtil | |
| MergeXmlBeanDefinitionReader.MergeBeanDefinitionDocumentReader | When beans are discovered using this reader this will take the previous definition and merge it with the new definition
 using  AbstractBeanDefinition.overrideFrom(BeanDefinition). | 
Copyright © 2020. All rights reserved.