aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/NullLibrary1.java
AgeCommit message (Collapse)Author
2021-03-13[test] work in progress: Make test.javac6 pass all tests.Reinier Zwitserloot
The `test.javac6` job causes a ton of errors because many tests use java8+ features. Marking them off as java8+ targeted only.
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.