Gary Russell opened SPR-15230 and commented
This could be done once in the HandlerMethod ctor where the field is set up, although perhaps getBridgedMethod() should be final ?
Affects: 4.3.6
Comment From: rstoyanchev
We generally re-create the InvocableHandlerMethod as a wrapper around HandlerMethod but you have a point that this could probably be moved up to HandlerMethod at the point where bridgedMethod is initialized. I'll have a closer look at all the InvocableHandlerMethod variants we have in web and messaging code.