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