Interface ConstructorInjectionPoint<T>
- Type Parameters:
T- The constructed type
- All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, CallableInjectionPoint<T>, InjectionPoint<T>
A constructor injection point.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Field Summary
Fields inherited from interface AnnotationSource
EMPTY -
Method Summary
Methods inherited from interface AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypeMethods inherited from interface AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclaredMethods inherited from interface CallableInjectionPoint
getArgumentsMethods inherited from interface InjectionPoint
getDeclaringBean, getDeclaringBeanQualifier
-
Method Details
-
getDeclaringBeanType
-