X
- the declaring typepublic interface AnnotatedMethod<X> extends AnnotatedCallable<X>
Represents a method of a Java type.
Method
Modifier and Type | Method and Description |
---|---|
Method |
getJavaMember()
Get the underlying
Method . |
getParameters
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
Method getJavaMember()
Get the underlying Method
.
getJavaMember
in interface AnnotatedMember<X>
Method
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.