aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/Constructors.java
AgeCommit message (Expand)Author
2017-12-04fixing tests to account for generation of javax.annotation.Generated and Cons...Reinier Zwitserloot
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel Spilker
2017-02-09[i1014] Only add lombok.Generated if it is explicitly turned onRoel Spilker
2017-01-06add `@lombok.Generated` to generated classes, methods and fieldsRoel Spilker
2015-07-22Support for @NoArgsConstructor(force = true).Reinier Zwitserloot
2015-01-30[i623] added eclipse code for generating @javax.annotation.Generated, and ref...Reinier Zwitserloot
2014-03-26[i659] suppression of @ConstructorProperties should use config instead. Also ...Roel Spilker
2013-02-11BIG commit:Reinier Zwitserloot
2012-07-17Fix for issue 396: Static constructors generated for classes with type parame...Reinier Zwitserloot
2012-03-26Added full test suite for @Accessors, as well as the new rules for whether or...Reinier Zwitserloot
2012-02-14More test files, test files updated to be valid java, and ecj test now goes t...Reinier Zwitserloot
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-02-14Added a number of test for AllArgsConstuctor, RequiredArgsConstructor, NoArgs...grootjans