http://code.google.com/p/java-reflection/


RELEASE NOTES Java Reflection


v3.2.1

- Optimized recursive code and implemented some caches


v3.2.0

- Added alternative lookup method for Methods based on type names rather than types
- Streamlines ClassUtils API a bit


v3.1.0

Complete overhaul:
- Conversion now works with graph-based path finding resolution to find all possible conversion paths
- Converters can now be added by third parties
- fixed a bug with the cache not working properly
- restructured classes and packages so it makes a lot more sense


v2.x.x

- Converted to Java 7 and added spotbugs
- Resolved a bunch of warnings
- Removed dependencies on external libraries


v1.0

Initial upload