You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rstoyanchev
changed the title
Messaging HandlerMethod: Expose interface parameter annotations as well
Detect interface parameter annotations also from spring-messaging HandlerMethod
Jul 4, 2023
Implemented through extracting a common AnnotatedMethod base class from both of our HandlerMethod variants, managing the entire annotation introspection arrangement including the exposure of interface parameter annotations.
Thanks for raising this! It has been on our wishlist for a while but we never got around to it before.
Affects: all versions
For spring-web support was added which allows controller methods to inherit the annotations on parameters from interfaces. See #15682 and 790d515
For spring-messaging this is not currently possible. It would be very nice if that could be possible there as well.
The text was updated successfully, but these errors were encountered: