X - the declaring typeAnnotated, AnnotatedMember<X>AnnotatedConstructor<X>, AnnotatedMethod<X>public interface AnnotatedCallable<X> extends AnnotatedMember<X>
Represents a callable member of a Java type.
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AnnotatedParameter<X>> |
getParameters() |
Get the parameters of the callable member.
|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentgetDeclaringType, getJavaMember, isStaticjava.util.List<AnnotatedParameter<X>> getParameters()
Get the parameters of the callable member.