aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/GetterLazyNative.java
AgeCommit message (Collapse)Author
2013-07-07@Getter(lazy=true) now uses a different, more efficient desugaring. ↵Reinier Zwitserloot
Implementing in javac, ecj still has to be done.
2012-06-18Updated test files for getter-lazy on boolean fields.Roel Spilker
2012-02-14More test files, test files updated to be valid java, and ecj test now goes ↵Reinier Zwitserloot
through the complete compile process. This means val and @Delegate testing is now enabled. TODO: Update -eclipse tests.
2010-11-11@Getter(lazy=true) now also works in EclipseRoel Spilker
2010-11-11@Getter(lazy=true) support for javacRoel Spilker