Merge branch '6.0.x'

This commit is contained in:
Stéphane Nicoll
2023-10-05 16:57:04 +02:00

View File

@@ -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() {