Mirror 1.6
Mirror 1.6 is finally out.
Mirror is a DSL for dealing with Java Reflection API, making it more pleasant to use.
This version comes with some bugfixes and a lot of improvements. Now you can create proxys, instantiate objects without calling a constructor, and some more.
We even added some experimental stuff that will speedup reflection on Sun's 1.5 and 1.6 VM.
As always, feedback is really welcomed.
Complete changelog can be found here
Mirror
Published at DZone with permission of its author, Jonas Abreu.Mirror is a DSL for dealing with Java Reflection API, making it more pleasant to use.
This version comes with some bugfixes and a lot of improvements. Now you can create proxys, instantiate objects without calling a constructor, and some more.
We even added some experimental stuff that will speedup reflection on Sun's 1.5 and 1.6 VM.
As always, feedback is really welcomed.
Complete changelog can be found here
Mirror
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)
Tags:




