aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleNonNull.java
AgeCommit message (Expand)Author
2023-03-21[fixes #3366] Handle @NonNull type annotations on record componentsRawi01
2021-08-17[fixes #2907] Keep record compact constructor parametersRawi01
2021-04-18[records] [@NonNull] slight refactor to ensure any generated canonical constr...Reinier Zwitserloot
2021-03-24[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...Reinier Zwitserloot
2021-03-23[records] [javac] Putting `@NonNull` on a 'field' of a record now affects the...Reinier Zwitserloot
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2021-01-28[fixes #2691] Add end positions to all generated nodesRawi01
2020-09-10Add record supportRawi01
2019-07-16Fixes #1197, add Objects.requireNonNull and Preconditions.checkkNotNull to su...Roel Spilker
2019-03-26[i2078] Add possibility to generate assert on `@NonNull`Roel Spilker
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2015-10-26[fixes #950] A source file with just parameter @NonNull would not trigger del...Roel Spilker
2015-10-05[Fixes #807] The NonNull annotation can now be used documentary style on para...Reinier Zwitserloot
2014-05-23Added confkey to make @NonNull generate a different exception because of the ...Reinier Zwitserloot
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-01-18Moved NonNull's FLAG_USAGE ConfigurationKey definition to ConfigurationKeys t...Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2014-01-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot
2013-12-03Fix for Issue #591: v1.12.2 doesn't well with netbeans.Roel Spilker
2013-10-10Fix for issues when mixing @NonNull on params with @SneakyThrows or @Synchron...Reinier Zwitserloot