Package org.broadleafcommerce.common.extensibility
package org.broadleafcommerce.common.extensibility
-
ClassesClassDescriptionEnsures 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.Allows XML beans to be merged together with existing bean definitions rather than always doing a wholesale replacementWhen beans are discovered using this reader this will take the previous definition and merge it with the new definition using
AbstractBeanDefinition.overrideFrom(BeanDefinition)
.