public interface Parameter extends AnnotatedElement
AnnotatedElement for a method parameter.| Modifier and Type | Method and Description |
|---|---|
Method |
getDeclaringMethod()
Return the method declaring this parameter.
|
int |
getIndex()
Return the index of this parameter in the declaring
Method signature. |
Class<?> |
getType()
Return the
Class type of this parameter. |
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentCopyright © 2016 OCPsoft. All rights reserved.