| Class | Description |
|---|---|
| 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 SpringApplicationErrorHandler that
writes the AutoConfigurationReport to the log. |
| AutoConfigurationReportLoggingInitializer.AutoConfigurationReportLogger |
Spring bean to actually perform the logging.
|
| AutoConfigurationUtils |
Convenience class for storing base packages during component scan, for reference later
(e.g.
|
| ComponentScanDetector |
Helper to detect a component scan declared in the enclosing context (normally on a
@Configuration class). |
| 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 © 2013. All Rights Reserved.