Skip to content

thobe/indy-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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