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, getBaseType, getTypeClosure, isAnnotationPresent
List<AnnotatedParameter<X>> getParameters()
Get the parameters of the callable member.
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.