public interface ParameterizedAnnotatedElement extends AnnotatedElement
| Modifier and Type | Method and Description |
|---|---|
Annotation[][] |
getParameterAnnotations()
Returns an array of arrays that represent the annotations on the formal
parameters, in declaration order, of the method represented by this
parameterized annotated element.
|
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentAnnotation[][] getParameterAnnotations()
Copyright © 2006–2016. All rights reserved.