public class UnbackedAnnotatedParameter<X> extends UnbackedAnnotated implements AnnotatedParameter<X>, Serializable
| Constructor and Description |
|---|
UnbackedAnnotatedParameter(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
int position,
AnnotatedCallable<X> declaringCallable) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedCallable<X> |
getDeclaringCallable()
Get the declaring method or constructor.
|
int |
getPosition()
Get the position of the parameter in the method or constructor argument list.
|
String |
toString() |
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic UnbackedAnnotatedParameter(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, int position, AnnotatedCallable<X> declaringCallable)
public int getPosition()
AnnotatedParameterGet the position of the parameter in the method or constructor argument list.
getPosition in interface AnnotatedParameter<X>public AnnotatedCallable<X> getDeclaringCallable()
AnnotatedParameterGet the declaring method or constructor.
getDeclaringCallable in interface AnnotatedParameter<X>Copyright © 2013 Seam Framework. All Rights Reserved.