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.