Skip to content

thobe/indy-proxy

Repository files navigation

Java Dynamic Proxy using InvokeDynamic

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.

About

Java Dynamic Proxy implementation using InvokeDynamic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages