| Package | Description | 
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| static InjectionMetadata | InjectionMetadata. forElements(Collection<InjectionMetadata.InjectedElement> elements,
           Class<?> clazz)Return an  InjectionMetadatainstance, possibly for empty elements. | 
| Constructor and Description | 
|---|
| InjectionMetadata(Class<?> targetClass,
                 Collection<InjectionMetadata.InjectedElement> elements)Create a new  InjectionMetadata instance. |