aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/GetterLazyEahcToString.java
AgeCommit message (Collapse)Author
2011-01-17Some of the tests weren't succeeding (and haven't for a while now) since ↵Reinier Zwitserloot
fixing the bug where lombok will call equals(SomeSpecificType) instead of equals(Object) from data. This commit rectifies this by updating the tests.
2010-11-11@Getter(lazy=true) now also works in EclipseRoel Spilker
2010-11-11@Getter(lazy=true) support for javacRoel Spilker