We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147abc9 commit 19fd815Copy full SHA for 19fd815
spring-core/src/main/java/org/springframework/core/MethodParameter.java
@@ -227,6 +227,8 @@ public Member getMember() {
227
* Return the wrapped annotated element.
228
* <p>Note: This method exposes the annotations declared on the method/constructor
229
* itself (i.e. at the method/constructor level, not at the parameter level).
230
+ * <p>To get the {@link AnnotatedElement} at the parameter level, use
231
+ * {@link #getParameter()}.
232
* @return the Method or Constructor as AnnotatedElement
233
*/
234
public AnnotatedElement getAnnotatedElement() {
0 commit comments