X - the declaring typepublic interface AnnotatedCallable<X> extends AnnotatedMember<X>
Represents a callable member of a Java type.
| Modifier and Type | Method and Description | 
|---|---|
| List<AnnotatedParameter<X>> | getParameters()
 Get the parameters of the callable member. | 
getDeclaringType, getJavaMember, isStaticgetAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentList<AnnotatedParameter<X>> getParameters()
Get the parameters of the callable member.
Comments to: cdi-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation.
 Use is subject to license terms.