@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, 
PostAutoConfigurationpublic abstract Class<?>[] value
EnableAutoConfiguration classes.
 Classes passed in here must be excluded from any component scans or other Imports, and
 should be annotated with @PostAutoConfigurationCopyright © 2020. All rights reserved.