Welcome to the Reflexive Framework

Reflexive Framework is focused on making refactoring easier by using reflection. It allows users to

  • resolve the property name of a javabean by invoking the getter
  • do reflection without the usage of String literals,
  • resolve the method of a class by actually invoking the method

Documentation

The tutorial can be found here

The Release Notes document the new features and bug fixes that have been included in this release.

Last but not least: JavaDoc API

Latest Release

All releases are either downloadable from SourceForge or you can access the maven2 repository as explained in the Installation Page.