Search before asking
Motivation
JDK dynamic proxy: calling through Invocation Handler. invike() reflection, low performance;
ASM dynamic proxy: directly generates bytecode classes, with method body hard coded call logic, and performance close to native.
Design Detail
todo
Compatibility, Deprecation, and Migration Plan
No response
Test Plan
No response
Code of Conduct