@Import(value=EnableBroadleafRootAutoConfiguration.BroadleafRootAutoConfiguration.class) @ImportResource(locations={"classpath*:/blc-config/site/framework/bl-*-applicationContext.xml","classpath*:/blc-config/site/early/bl-*-applicationContext.xml","classpath*:/blc-config/site/bl-*-applicationContext.xml","classpath*:/blc-config/site/late/bl-*-applicationContext.xml"}, reader=FrameworkXmlBeanDefinitionReader.class) public static class EnableBroadleafSiteRootAutoConfiguration.BroadleafSiteRootAutoConfiguration extends Object
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.Copyright © 2019. All rights reserved.