mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Synthesize parameter annotations from interface methods as well
Issue: SPR-17460
This commit is contained in:
@@ -494,7 +494,7 @@ public class HandlerMethod {
|
||||
}
|
||||
}
|
||||
if (!existingType) {
|
||||
merged.add(paramAnn);
|
||||
merged.add(adaptAnnotation(paramAnn));
|
||||
}
|
||||
}
|
||||
anns = merged.toArray(new Annotation[0]);
|
||||
|
||||
Reference in New Issue
Block a user