Uses of Enum Class
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
Packages that use ConfigurationCondition.ConfigurationPhase
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of ConfigurationCondition.ConfigurationPhase in org.springframework.context.annotation
Subclasses with type arguments of type ConfigurationCondition.ConfigurationPhase in org.springframework.context.annotationModifier and TypeClassDescriptionstatic enum
The various configuration phases where the condition could be evaluated.Methods in org.springframework.context.annotation that return ConfigurationCondition.ConfigurationPhaseModifier and TypeMethodDescriptionConfigurationCondition.getConfigurationPhase()
Return theConfigurationCondition.ConfigurationPhase
in which the condition should be evaluated.Returns the enum constant of this class with the specified name.ConfigurationCondition.ConfigurationPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.