Annotation Interface EnableBroadleafRootAutoConfiguration
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import({BroadleafRootAutoConfiguration.class,BroadleafRootAutoConfigurationOverrides.class})
public @interface EnableBroadleafRootAutoConfiguration
STOP. This is probably not the annotation you want currently.
The same rules apply here as with EnableBroadleafAutoConfiguration but this is for only the root-level Broadleaf beans
- Since:
- 5.2
- Author:
- Philip Baggett (pbaggett), Brandon Hines (bhines), Nick Crum (ncrum)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWe are deliberately leaving off theConfigurationannotation since this inner class is being included in theImportabove, which interprets this as aConfiguration.static class