public abstract class ForwardingAnnotatedMethod<X> extends ForwardingAnnotatedCallable<X> implements AnnotatedMethod<X>
AnnotatedMethod
.Constructor and Description |
---|
ForwardingAnnotatedMethod() |
Modifier and Type | Method and Description |
---|---|
protected abstract AnnotatedMethod<X> |
delegate() |
Method |
getJavaMember()
Get the underlying
Member . |
getParameters
getDeclaringType, isStatic
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getParameters
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public Method getJavaMember()
AnnotatedMember
Get the underlying Member
.
getJavaMember
in interface AnnotatedMember<X>
getJavaMember
in interface AnnotatedMethod<X>
getJavaMember
in class ForwardingAnnotatedMember<X>
Member
protected abstract AnnotatedMethod<X> delegate()
delegate
in class ForwardingAnnotatedCallable<X>
Copyright © 2013 Seam Framework. All Rights Reserved.