Question

As far as I can tell, Java has no such equivalent of C#'s Reflection.Emit stuff. Are there any additional libraries for Java that provide similar functionality? What are the differences (to reflection emit)?

Was it helpful?

Solution

Besides Darin's excellent answer (+1), ASM is worth checking out too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top