类 AutoConfigurationImportSelector

java.lang.Object
org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
所有已实现的接口:
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.
从以下版本开始:
1.3.0
作者:
Phillip Webb, Andy Wilkinson, Stephane Nicoll, Madhura Bhave, Moritz Halbritter, Scott Frederick
另请参阅: