Interface ArgumentInjectionPoint<B,T>

Type Parameters:
B - The declaring bean type
T - The argument type
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, ArgumentCoercible<T>, InjectionPoint<B>
All Known Implementing Classes:
AbstractBeanResolutionContext.ConstructorArgumentSegment, AbstractBeanResolutionContext.FieldSegment, AbstractBeanResolutionContext.MethodArgumentSegment

public interface ArgumentInjectionPoint<B,T> extends InjectionPoint<B>, ArgumentCoercible<T>
An injection point for a method or constructor argument.
Since:
1.0
Author:
graemerocher