X - the declaring typepublic interface AnnotatedCallable<X> extends AnnotatedMember<X>
Represents a callable member of a Java type.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
getDeclaringType, getJavaMember, isStaticgetAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentjava.util.List<AnnotatedParameter<X>> getParameters()
Get the parameters of the callable member.