aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/DelegateOnGetterNone.java
AgeCommit message (Collapse)Author
2015-01-30[i623] added eclipse code for generating @javax.annotation.Generated, and ↵Reinier Zwitserloot
refactored java impl to reduce DRY violations. -f pretty now includes skipping generation of this annotation, and updated ALL the test cases.
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.
2012-01-24Added test for @Getter(AccessLevel.NONE)Roel Spilker