@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @ImportResource(locations={"classpath*:/blc-config/bl-*-applicationContext.xml","classpath*:/blc-config/bl-*-applicationContext-servlet.xml","classpath*:/blc-config/admin/bl-*-applicationContext.xml","classpath*:/blc-config/admin/bl-*-applicationContext-servlet.xml"}, reader=FrameworkXmlBeanDefinitionReader.class) public @interface EnableBroadleafAdminAutoConfiguration
This import utilizes the FrameworkXmlBeanDefinitionReader so that framework XML bean definitions will not
overwrite beans defined in a project.
This annotation is a temporary measure until all modules can be updated to not have admin and site specific
configuration files, but instead leverage ConditionalOnAdmin and
use EnableBroadleafAutoConfiguration. This is documented further on EnableBroadleafAutoConfiguration.
EnableBroadleafAutoConfigurationCopyright © 2017. All rights reserved.