See: Description
Class | Description |
---|---|
AbstractDependsOnBeanFactoryPostProcessor |
Abstract base class for a
BeanFactoryPostProcessor that can be used to
dynamically declare that all beans of a specific type should depend on one or more
specific beans. |
AutoConfigurationPackages |
Class for storing auto-configuration packages for reference later (e.g.
|
BackgroundPreinitializer |
ApplicationListener to trigger early initialization in a background thread of
time consuming tasks. |
EnableAutoConfigurationImportSelector |
DeferredImportSelector to handle auto-configuration . |
MessageSourceAutoConfiguration | |
MessageSourceAutoConfiguration.ResourceBundleCondition | |
PropertyPlaceholderAutoConfiguration |
Annotation Type | Description |
---|---|
AutoConfigurationPackage |
Indicates that the package containing the annotated class should be registered with
AutoConfigurationPackages . |
AutoConfigureAfter |
Hint for that an
auto-configuration should be applied
after other specified auto-configuration classes. |
AutoConfigureBefore |
Hint for that an
auto-configuration should be applied
before other specified auto-configuration classes. |
AutoConfigureOrder |
Auto-configuration specific variant of Spring Framework's
Order annotation. |
EnableAutoConfiguration |
Enable auto-configuration of the Spring Application Context, attempting to guess and
configure beans that you are likely to need.
|
SpringBootApplication |
Indicates a
configuration class that declares one or more
@Bean methods and also triggers auto-configuration and component scanning . |
EnableAutoConfiguration
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.