| Package | Description | 
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| Class and Description | 
|---|
| AnnotatedBeanDefinition Extended  BeanDefinitioninterface that exposesAnnotationMetadataabout its bean class - without requiring the class to be loaded yet. | 
| Autowire Enumeration determining autowiring status: that is, whether a bean should
 have its dependencies automatically injected by the Spring container using
 setter injection. | 
| Configurable Marks a class as being eligible for Spring-driven configuration. | 
| InjectionMetadata Internal class for managing injection metadata. | 
| InjectionMetadata.InjectedElement A single injected element. |