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, CommonAnnotationBeanPostProcessor, and PersistenceAnnotationBeanPostProcessor.

Since:
2.5
Author:
Juergen Hoeller