Interface InjectionPoint<T>

Type Parameters:
T - the bean type
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource
All Known Subinterfaces:
ArgumentInjectionPoint<B,T>, CallableInjectionPoint<T>, ConstructorInjectionPoint<T>, FieldInjectionPoint<B,T>, MethodInjectionPoint<B,T>
All Known Implementing Classes:
AbstractBeanResolutionContext.AnnotationSegment, AbstractBeanResolutionContext.ConstructorArgumentSegment, AbstractBeanResolutionContext.FieldSegment, AbstractBeanResolutionContext.MethodArgumentSegment, AbstractBeanResolutionContext.MethodSegment

public interface InjectionPoint<T> extends AnnotationMetadataProvider
An injection point as a point in a class definition where dependency injection is required.
Since:
1.0
Author:
Graeme Rocher