An alternative to java.lang.reflect.Proxy that uses InvokeDynamic to implement methods.
This has the benefit of only executing the lookup logic once for each method, not for each invocation.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An alternative to java.lang.reflect.Proxy that uses InvokeDynamic to implement methods.
This has the benefit of only executing the lookup logic once for each method, not for each invocation.