|
|
@ -231,6 +231,8 @@ public class MethodParameter { |
|
|
|
* Return the wrapped annotated element. |
|
|
|
* Return the wrapped annotated element. |
|
|
|
* <p>Note: This method exposes the annotations declared on the method/constructor |
|
|
|
* <p>Note: This method exposes the annotations declared on the method/constructor |
|
|
|
* itself (i.e. at the method/constructor level, not at the parameter level). |
|
|
|
* itself (i.e. at the method/constructor level, not at the parameter level). |
|
|
|
|
|
|
|
* <p>To get the {@link AnnotatedElement} at the parameter level, use |
|
|
|
|
|
|
|
* {@link #getParameter()}. |
|
|
|
* @return the Method or Constructor as AnnotatedElement |
|
|
|
* @return the Method or Constructor as AnnotatedElement |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public AnnotatedElement getAnnotatedElement() { |
|
|
|
public AnnotatedElement getAnnotatedElement() { |
|
|
|