注释类型 OverrideAutoConfiguration
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface OverrideAutoConfiguration
Annotation that can be used to override@EnableAutoConfiguration. Often used in combination withImportAutoConfigurationto limit the auto-configuration classes that are loaded.- 从以下版本开始:
 - 1.4.0
 - 另请参阅:
 EnableAutoConfiguration.ENABLED_OVERRIDE_PROPERTY
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 booleanenabledThe value of theenabled override property.
元素详细资料
enabled
boolean enabled
The value of theenabled override property.- 返回:
 - the override value