Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0457 Get annotations on the formal parameters

Annotation[][] getParameterAnnotations() Returns an array of arrays that represent the annotations on the formal parameters, in declaration order, of the method represented by this Method object.