Interface CallableInjectionPoint<T>

Type Parameters:
T - The injectable type
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, InjectionPoint<T>
All Known Subinterfaces:
ConstructorInjectionPoint<T>, MethodInjectionPoint<B,T>
All Known Implementing Classes:
AbstractBeanResolutionContext.MethodArgumentSegment, AbstractBeanResolutionContext.MethodSegment

public interface CallableInjectionPoint<T> extends InjectionPoint<T>
A callable injection point is an injection point that accepts Argument instances.
Since:
1.0
Author:
Graeme Rocher
  • Method Details

    • getArguments

      Argument<?>[] getArguments()
      Returns:
      The required argument types.