We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59d123a + 19fd815 commit ae731fbCopy full SHA for ae731fb
spring-core/src/main/java/org/springframework/core/MethodParameter.java
@@ -231,6 +231,8 @@ public Member getMember() {
231
* Return the wrapped annotated element.
232
* <p>Note: This method exposes the annotations declared on the method/constructor
233
* itself (i.e. at the method/constructor level, not at the parameter level).
234
+ * <p>To get the {@link AnnotatedElement} at the parameter level, use
235
+ * {@link #getParameter()}.
236
* @return the Method or Constructor as AnnotatedElement
237
*/
238
public AnnotatedElement getAnnotatedElement() {
0 commit comments