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, isAnnotationPresent
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public UnbackedAnnotatedParameter(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, int position, AnnotatedCallable<X> declaringCallable)
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.