Mirror DSL is a simple DSL layer to make Java Reflection easier.
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: This version comes with some bugfixes, support for proxies, instantiating without a constructor, pseudo-functional lists and some possible reflection speedups on Sun 1.5 and 1.6 JVMs.


Release Notes: A simple way to reflect only the elements you want and some performance issues were fixed.


Release Notes: Mirror now has support for dealing with getters and setters. Some bugs were fixed.


Release Notes: The main change to this release of Mirror was adding ReflectionProviders, a set of interfaces to allow the user to use her own reflection code. Besides that, the documentation was translated to Brazilian Portuguese, Javadoc was added, and some bugs were fixed (like not running under Java 5).


Release Notes: This first release comes with reflection support for Class, Method, Field, Constructor, and Annotations.