Uses of Enum Class
org.springframework.context.annotation.Bean.Bootstrap
Packages that use Bean.Bootstrap
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 Bean.Bootstrap in org.springframework.context.annotation
Subclasses with type arguments of type Bean.Bootstrap in org.springframework.context.annotationModifier and TypeClassDescriptionstatic enum
Local enumeration for the bootstrap mode.Methods in org.springframework.context.annotation that return Bean.BootstrapModifier and TypeMethodDescriptionstatic Bean.Bootstrap
Returns the enum constant of this class with the specified name.static Bean.Bootstrap[]
Bean.Bootstrap.values()
Returns an array containing the constants of this enum class, in the order they are declared.