toString News
Brought to you by:
rhillyard
Added formString property to ToString annotation which allows specification of the (short) name of a method which will render as a String the object returned by the method (or field) being annotated. Otherwise, the toString() method for the returned object will be used to render the value.
Some minor bug fixes.
This project provides an extremely easy way to control exactly what is shown about an object when the toString() method is invoked. Control is exercised both at compile time, via annotations and method parameters. Method parameter values can also be varied also at run-time.
Note that this project is at tostring0.sourceforge.net (note the "0").