aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/SuperBuilderWithNonNull.java
AgeCommit message (Collapse)Author
2019-05-06[fixes #2120] ecj was not generating explicit nullchecks for builder-setters.Reinier Zwitserloot
2019-03-26[i2078] Add possibility to generate assert on `@NonNull`Roel Spilker
2018-09-18Finishing work on making lombok do sensible things with TYPE_USE annotations ↵Reinier Zwitserloot
and for example their use on the typearg in a collection type which is being `@Singular`-ized.
2018-08-16do null checks after assignment so that default==null is covered; onlyJan Rieke
assign value once so that final fields work (ecj)