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, isStatic
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
List<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.