Annotation Type BootstrapConfiguration
A marker interface used as a key in
META-INF/spring.factories. Entries in
the factories file are used to create the bootstrap application context.- Author:
- Dave Syer
-
Optional Element Summary
Optional Elements
-
Element Details
-
exclude
Class<?>[] excludeExcludes specific auto-configuration classes such that they will never be applied.- Returns:
- classes to exclude
- Default:
- {}
-