aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/ToString.java
AgeCommit message (Collapse)Author
2010-07-21Refactor: for using this.getX() instead of this.x in generated toString(), ↵Reinier Zwitserloot
equals(), and hashCode() methods. Field accessors are now always generated by a utility method. The one thing that remains is adding a getter searcher to this utility method.
2009-11-25Refactored the source folders.Reinier Zwitserloot