Annotation Interface OverrideAutoConfiguration


@Target(TYPE) @Retention(RUNTIME) @Documented public @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
Author:
Phillip Webb
See Also: