mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +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