Annotation Interface EnableBroadleafServletAutoConfiguration
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import({BroadleafServletAutoConfiguration.class,BroadleafServletAutoConfigurationOverrides.class})
public @interface EnableBroadleafServletAutoConfiguration
STOP. This is probably not the annotation you want currently.
The same rules apply here as with EnableBroadleafAutoConfiguration
but this is for only the servlet-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 class
We are deliberately leaving off theConfiguration
annotation since this inner class is being included in theImport
above, which interprets this as aConfiguration
.static class