Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-28 | Changed the way toString is generated to reduce the number of superfluous ↵ | Reinier Zwitserloot | |
'plus' nodes (e.g. concatenating the infix ", " and a field name literal such as "width=" into ", width=". Also removed the [] brackets from the supercall, as, if you're chaining to another lombok-generated toString, those are superfluous - lombok's toString includes parentheses already. | |||
2009-07-27 | [TRIVIAL] | Reinier Zwitserloot | |
2009-07-27 | Added support for @ToString annotation. The code for generating toStrings ↵ | Reinier Zwitserloot | |
has now moved from HandleData to the new HandleToString. |