Package io.micronaut.inject
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 io.micronaut.core.annotation.AnnotationSource
EMPTY
-
Method Summary
Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
Methods inherited from interface io.micronaut.core.annotation.AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
Methods inherited from interface io.micronaut.inject.CallableInjectionPoint
getArguments
Methods inherited from interface io.micronaut.inject.InjectionPoint
getDeclaringBean
-
Method Details
-
getDeclaringBeanType
-