aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/Constructors.java
AgeCommit message (Expand)Author
2015-07-22Support for @NoArgsConstructor(force = true).Reinier Zwitserloot
2014-03-26[i659] suppression of @ConstructorProperties should use config instead. Also ...Roel Spilker
2013-08-12replaced double underscore as new standard way of writing the dummy annotatio...Reinier Zwitserloot
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