aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleToString.java
AgeCommit message (Expand)Author
2010-12-28@ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum...Reinier Zwitserloot
2010-12-18Moved all the Compile time constants from the Javac handlers and supporting c...grootjans
2010-11-18In javac, use ListBuffer to appendRoel Spilker
2010-11-11Merge branch 'master' into lazyinitRoel Spilker
2010-11-11@Getter(lazy=true) support for javacRoel Spilker
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2010-07-25Added changelog entry for #133: Outer.Inner instead of just Inner in toString().Reinier Zwitserloot
2010-07-25Issue 133: @ToString on an inner class should print Outer.Inner instead of InnerRoel Spilker
2010-07-21Refactor: for using this.getX() instead of this.x in generated toString(), eq...Reinier Zwitserloot
2010-07-18All field accesses done by generated lombok methods are now qualified with 't...Reinier Zwitserloot
2009-11-27Thorough work on inserting comments in the proper place for delombok; should ...Roel Spilker
2009-11-25Refactored the source folders.Reinier Zwitserloot