Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently on each proxy method invocation, a dynamic lookup of the InvocationHandler wrappers happens via BeanProvider.
We can simple refactor the proxy to pass the bean reference on proxy creation.
Also we can move the interceptor handling to the api - this is not only required for ASM.