- Type Parameters:
B
- The declaring bean type
T
- The argument type
- All Superinterfaces:
- io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.type.ArgumentCoercible<T>, InjectionPoint<B>
- All Known Implementing Classes:
- AbstractBeanResolutionContext.ConstructorArgumentSegment, AbstractBeanResolutionContext.FieldSegment, AbstractBeanResolutionContext.MethodArgumentSegment
public interface ArgumentInjectionPoint<B,T>
extends InjectionPoint<B>, io.micronaut.core.type.ArgumentCoercible<T>
An injection point for a method or constructor argument.
- Since:
- 1.0