@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=PostAutoConfigurationDefferedImportSelector.class) public @interface PostAutoConfigurationImport
EnableAutoConfiguration
. This must be added
to an @Configuration
class that is within a normal component-scan, but the given class to
be imported must not be component-scanned.PostAutoConfigurationDefferedImportSelector
,
PostAutoConfiguration
public abstract Class<?>[] value
EnableAutoConfiguration
classes.
Classes passed in here must be excluded from any component scans or other Import
s, and
should be annotated with @PostAutoConfigurationCopyright © 2019. All rights reserved.