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.
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.