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
/
test
/
transform
/
resource
/
after-delombok
/
SuperBuilderWithNonNull.java
Age
Commit message (
Collapse
)
Author
2022-07-18
fix all SuperBuilder tests (changed order of generated methods)
Jan Rieke
2021-03-13
[trivial] just fixing line endings - no other changes
Reinier Zwitserloot
2021-03-05
[tests] fix tests on java6/7
Reinier Zwitserloot
2020-12-21
[fixes #2682] Fix NPE, always add Javadoc return statement
Rawi01
2020-01-06
[fixes #2268] make lombok generate qualified types in order to avoid name ↵
Reinier Zwitserloot
clashes.
2019-07-16
[Fixes #2115] builder fields tracking a property that has a default set is ↵
Reinier Zwitserloot
now called `$value` in order to convey that you shouldnt manually mess with it.
2019-03-26
[i2078] Add possibility to generate assert on `@NonNull`
Roel Spilker
2018-09-18
Finishing 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-16
only assign value once so that final fields work (javac)
Jan Rieke
2018-08-16
do null checks after assignment so that default==null is covered
Jan Rieke