| Class | Description |
|---|---|
| AutoConfigurationPackages |
Class for storing auto-configuration packages for reference later (e.g.
|
| AutoConfigurationReport |
Records auto-configuration details for reporting and logging.
|
| AutoConfigurationReport.ConditionAndOutcome |
Provides access to a single
Condition and ConditionOutcome. |
| AutoConfigurationReport.ConditionAndOutcomes |
Provides access to a number of
AutoConfigurationReport.ConditionAndOutcome items. |
| AutoConfigurationReportLoggingInitializer |
ApplicationContextInitializer and SmartApplicationListener that writes
the AutoConfigurationReport to the log. |
| MessageSourceAutoConfiguration |
Auto-configuration for MessageSource. |
| PropertyPlaceholderAutoConfiguration |
Auto-configuration for
PropertySourcesPlaceholderConfigurer. |
| Annotation Type | Description |
|---|---|
| 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. |
| EnableAutoConfiguration |
Enable auto-configuration of the Spring Application Context, attempting to guess and
configure beans that you are likely to need.
|
Copyright © 2014. All rights reserved.