X - the type that declares the method or constructorpublic interface AnnotatedParameter<X> extends Annotated
Represents a parameter of a method or constructor.
| 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.
|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentint getPosition()
Get the position of the parameter in the method or constructor argument list.
AnnotatedCallable<X> getDeclaringCallable()
Get the declaring method or constructor.
Copyright © 2015. All Rights Reserved.