Annotation Interface OverrideAutoConfiguration
Annotation that can be used to override
@EnableAutoConfiguration. Often used in combination
with @ImportAutoConfiguration to limit the
auto-configuration classes that are loaded.- Since:
- 1.4.0
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionbooleanThe value of theenabled override property.
-
Element Details
-
enabled
boolean enabledThe value of theenabled override property.- Returns:
- the override value
-