ImportAutoConfiguration
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @ImportAutoConfiguration(value={}) @Deprecated public @interface ImportAutoConfiguration
@EnableAutoConfiguration
but restricts the
auto-configuration classes to the specified set, rather than consulting
spring.factories
.@AliasFor(annotation=ImportAutoConfiguration.class, attribute="value") public abstract Class<?>[] value
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.