Class Hierarchy
- java.lang.Object
- org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered)
- org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.core.type.filter.TypeFilter)
- org.springframework.boot.autoconfigure.AutoConfigurationImportSelector (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered, org.springframework.context.ResourceLoaderAware)
- org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
- org.springframework.boot.autoconfigure.AutoConfigurationPackages
- org.springframework.boot.autoconfigure.BackgroundPreinitializer (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
- org.springframework.boot.context.annotation.Configurations
- org.springframework.boot.autoconfigure.AutoConfigurations (implements org.springframework.core.Ordered)
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Interface Hierarchy
- org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
- org.springframework.boot.autoconfigure.AutoConfigurationMetadata
- java.util.EventListener
- org.springframework.boot.autoconfigure.AutoConfigurationImportListener
Annotation Interface Hierarchy
- org.springframework.boot.autoconfigure.AutoConfiguration (implements java.lang.annotation.Annotation)
- org.springframework.boot.autoconfigure.AutoConfigurationPackage (implements java.lang.annotation.Annotation)
- org.springframework.boot.autoconfigure.AutoConfigureAfter (implements java.lang.annotation.Annotation)
- org.springframework.boot.autoconfigure.AutoConfigureBefore (implements java.lang.annotation.Annotation)
- org.springframework.boot.autoconfigure.AutoConfigureOrder (implements java.lang.annotation.Annotation)
- org.springframework.boot.autoconfigure.EnableAutoConfiguration (implements java.lang.annotation.Annotation)
- org.springframework.boot.autoconfigure.ImportAutoConfiguration (implements java.lang.annotation.Annotation)
- org.springframework.boot.autoconfigure.SpringBootApplication (implements java.lang.annotation.Annotation)