# Functions
NewBean creates a new bean definition.
# Constants
Bean has been created.
Bean is being created.
Default status of the bean.
Bean has been deleted.
Bean has been resolved.
Bean is being resolved.
Bean has been wired.
# Structs
BeanDefinition contains both metadata and runtime information of a bean.
BeanMetadata holds the metadata information of a bean.
BeanRuntime holds runtime information about the bean.
# Type aliases
BeanStatus represents the different lifecycle statuses of a bean.