Class AutoConfigurationImportSelector

java.lang.Object
org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DeferredImportSelector, ImportSelector, EnvironmentAware, ResourceLoaderAware, Ordered

public class AutoConfigurationImportSelector extends Object implements DeferredImportSelector, BeanClassLoaderAware, ResourceLoaderAware, BeanFactoryAware, EnvironmentAware, Ordered
DeferredImportSelector to handle auto-configuration. This class can also be subclassed if a custom variant of @EnableAutoConfiguration is needed.
Since:
1.3.0
Author:
Phillip Webb, Andy Wilkinson, Stephane Nicoll, Madhura Bhave, Moritz Halbritter
See Also: