Interface ConstructorInjectionPoint<T>

Type Parameters:
T - The constructed type
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, CallableInjectionPoint<T>, InjectionPoint<T>

public interface ConstructorInjectionPoint<T> extends CallableInjectionPoint<T>
A constructor injection point.
Since:
1.0
Author:
Graeme Rocher