index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
eclipse
/
handlers
/
HandleNonNull.java
Age
Commit message (
Expand
)
Author
2021-03-24
[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...
Reinier Zwitserloot
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2020-09-10
Add record support
Rawi01
2020-07-10
[bugfix] eclipse version differences in constants for registering operator type
Reinier Zwitserloot
2020-01-31
[issue #2221] simplified configuration for `@Singular`-generated plural form ...
Reinier Zwitserloot
2019-07-16
Fixes #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
2018-09-18
Finishing work on making lombok do sensible things with TYPE_USE annotations ...
Reinier Zwitserloot
2015-10-05
[Fixes #807] The NonNull annotation can now be used documentary style on para...
Reinier Zwitserloot
2014-05-23
Added 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-18
Moved 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-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
2013-10-10
Fix for issues when mixing @NonNull on params with @SneakyThrows or @Synchron...
Reinier Zwitserloot