@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface OverrideAutoConfiguration
@EnableAutoConfiguration
. Often used in combination
with @ImportAutoConfiguration
to limit the
auto-configuration classes that are loaded.EnableAutoConfiguration.ENABLED_OVERRIDE_PROPERTY
Modifier and Type | Required Element and Description |
---|---|
boolean |
enabled
The value of the
enabled
override property . |
public abstract boolean enabled
enabled
override property
.