@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface AutoConfigureAfter
auto-configuration
should be applied
after other specified auto-configuration classes.
As with standard @Configuration
classes, the order in which
auto-configuration classes are applied only affects the order in which their beans are
defined. The order in which those beans are subsequently created is unaffected and is
determined by each bean's dependencies and any @DependsOn
relationships.
public abstract Class<?>[] value
public abstract String[] name
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.