| Package | Description |
|---|---|
| org.springframework.beans.factory.annotation |
Support package for annotation-driven bean configuration.
|
| 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.
|
| Constructor and Description |
|---|
InjectionMetadata(Class<?> targetClass,
Collection<InjectionMetadata.InjectedElement> elements) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
CommonAnnotationBeanPostProcessor.LookupElement
Class representing generic injection information about an annotated field
or setter method, supporting @Resource and related annotations.
|