@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
.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.