Uses of Class
org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement

Packages that use InjectionMetadata.InjectedElement
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Uses of InjectionMetadata.InjectedElement in org.springframework.beans.factory.annotation
 

Methods in org.springframework.beans.factory.annotation with parameters of type InjectionMetadata.InjectedElement
 void InjectionMetadata.addInjectedField(InjectionMetadata.InjectedElement element)
           
 void InjectionMetadata.addInjectedMethod(InjectionMetadata.InjectedElement element)
           
 

Uses of InjectionMetadata.InjectedElement in org.springframework.context.annotation
 

Subclasses of InjectionMetadata.InjectedElement in org.springframework.context.annotation
protected  class CommonAnnotationBeanPostProcessor.LookupElement
          Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.
 



Copyright © 2002-2008 The Spring Framework.