Package javax.enterprise.inject.spi
Interface AnnotatedCallable<X>
- Type Parameters:
X
- the declaring type
- All Superinterfaces:
Annotated
,AnnotatedMember<X>
- All Known Subinterfaces:
AnnotatedConstructor<X>
,AnnotatedMethod<X>
Represents a callable member of a Java type.
-
Method Summary
Modifier and TypeMethodDescriptionGet the parameters of the callable member.Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getDeclaringType, getJavaMember, isStatic
-
Method Details
-
getParameters
List<AnnotatedParameter<X>> getParameters()Get the parameters of the callable member.
- Returns:
- the parameters
-