Synthesize parameter annotations from interface methods as well

Issue: SPR-17460
This commit is contained in:
Juergen Hoeller
2018-11-12 16:23:14 +01:00
parent 818c2aa3b9
commit c58da71006
2 changed files with 12 additions and 12 deletions

View File

@@ -494,7 +494,7 @@ public class HandlerMethod {
}
}
if (!existingType) {
merged.add(paramAnn);
merged.add(adaptAnnotation(paramAnn));
}
}
anns = merged.toArray(new Annotation[0]);