Annotation Type BootstrapConfiguration
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface BootstrapConfiguration
A marker interface used as a key inMETA-INF/spring.factories. Entries in the factories file are used to create the bootstrap application context.- Author:
- Dave Syer
-
-
Element Detail
-
exclude
Class<?>[] exclude
Excludes specific auto-configuration classes such that they will never be applied.- Returns:
- classes to exclude
- Default:
- {}
-
-