public abstract class ForwardingAnnotatedParameter<X> extends ForwardingAnnotated implements AnnotatedParameter<X>
Constructor and Description |
---|
ForwardingAnnotatedParameter() |
Modifier and Type | Method and Description |
---|---|
protected abstract AnnotatedParameter<X> |
delegate() |
AnnotatedCallable<X> |
getDeclaringCallable()
Get the declaring method or constructor.
|
int |
getPosition()
Get the position of the parameter in the method or constructor argument list.
|
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
protected abstract AnnotatedParameter<X> delegate()
delegate
in class ForwardingAnnotated
public int getPosition()
AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPosition
in interface AnnotatedParameter<X>
public AnnotatedCallable<X> getDeclaringCallable()
AnnotatedParameter
Get the declaring method or constructor.
getDeclaringCallable
in interface AnnotatedParameter<X>
Copyright © 2013 Seam Framework. All Rights Reserved.