Class EnableBroadleafRootAutoConfiguration.BroadleafRootAutoConfiguration
java.lang.Object
org.broadleafcommerce.common.config.EnableBroadleafRootAutoConfiguration.BroadleafRootAutoConfiguration
- Enclosing class:
- EnableBroadleafRootAutoConfiguration
@ImportResource(locations={"classpath*:/blc-config/framework/bl-*-applicationContext.xml","classpath*:/blc-config/early/bl-*-applicationContext.xml","classpath*:/blc-config/bl-*-applicationContext.xml","classpath*:/blc-config/late/bl-*-applicationContext.xml"},
reader=FrameworkXmlBeanDefinitionReader.class)
public static class EnableBroadleafRootAutoConfiguration.BroadleafRootAutoConfiguration
extends Object
We are deliberately leaving off the
Configuration
annotation since
this inner class is being included in the Import
above, which interprets this as a
Configuration
. We do this to avoid component scanning this inner class.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BroadleafRootAutoConfiguration
public BroadleafRootAutoConfiguration()
-