Merge branch '6.0.x'
This commit is contained in:
@@ -231,6 +231,8 @@ public class MethodParameter {
|
||||
* Return the wrapped annotated element.
|
||||
* <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).
|
||||
* <p>To get the {@link AnnotatedElement} at the parameter level, use
|
||||
* {@link #getParameter()}.
|
||||
* @return the Method or Constructor as AnnotatedElement
|
||||
*/
|
||||
public AnnotatedElement getAnnotatedElement() {
|
||||
|
||||
Reference in New Issue
Block a user