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, getDeclaredAnnotations, isAnnotationPresent
Annotation[][] getParameterAnnotations()
Copyright © 2006-2013 Highsource. All Rights Reserved.