Class EnableAutoConfigurationImportSelector
- java.lang.Object
- org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.context.annotation.DeferredImportSelector,org.springframework.context.annotation.ImportSelector,org.springframework.context.EnvironmentAware,org.springframework.context.ResourceLoaderAware,org.springframework.core.Ordered
@Deprecated public class EnableAutoConfigurationImportSelector extends AutoConfigurationImportSelector
Deprecated.as of 1.5 in favor ofAutoConfigurationImportSelectorDeferredImportSelectorto handleauto-configuration. This class can also be subclassed if a custom variant of@EnableAutoConfiguration. is needed.- Since:
- 1.3.0
- See Also:
EnableAutoConfiguration
Constructor Summary
Constructors Constructor Description EnableAutoConfigurationImportSelector()Deprecated.
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleanisEnabled(org.springframework.core.type.AnnotationMetadata metadata)Deprecated.Methods inherited from class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
asList, getAnnotationClass, getAttributes, getAutoConfigurationImportFilters, getAutoConfigurationImportListeners, getBeanClassLoader, getBeanFactory, getCandidateConfigurations, getEnvironment, getExclusions, getOrder, getResourceLoader, getSpringFactoriesLoaderFactoryClass, handleInvalidExcludes, removeDuplicates, selectImports, setBeanClassLoader, setBeanFactory, setEnvironment, setResourceLoader
Constructor Detail
EnableAutoConfigurationImportSelector
public EnableAutoConfigurationImportSelector()
Deprecated.
Method Detail
isEnabled
protected boolean isEnabled(org.springframework.core.type.AnnotationMetadata metadata)
Deprecated.- Overrides:
isEnabledin classAutoConfigurationImportSelector