public interface AnnotatedMethod<X> extends AnnotatedCallable<X>
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getJavaMember()
Returns the reflected Method
|
getParameters
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
java.lang.reflect.Method getJavaMember()
getJavaMember
in interface AnnotatedMember<X>