| Package | Description | 
|---|---|
| org.springframework.context.annotation | 
 Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigurationCondition.ConfigurationPhase | 
ConfigurationCondition.getConfigurationPhase()
Return the  
ConfigurationCondition.ConfigurationPhase in which the condition should be evaluated. | 
static ConfigurationCondition.ConfigurationPhase | 
ConfigurationCondition.ConfigurationPhase.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConfigurationCondition.ConfigurationPhase[] | 
ConfigurationCondition.ConfigurationPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |