aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/PrivateNoArgsConstructor.java
AgeCommit message (Collapse)Author
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
- The class has a parent class - There is an explicit XxxArgsConstructor annotation that would generate a no-args constructor Fixes #1703, fixes #1704, fixes #1712