Class InjectionMetadata

java.lang.Object
org.springframework.beans.factory.annotation.InjectionMetadata

public class InjectionMetadata extends Object
Internal class for managing injection metadata.

Not intended for direct use in applications.

Used by AutowiredAnnotationBeanPostProcessor,

invalid reference
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
, and
invalid reference
org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
.
Since:
2.5
Author:
Juergen Hoeller