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-ecj
/
BuilderSingularWithPrefixes.java
Age
Commit message (
Collapse
)
Author
2020-01-31
[issue #2221] simplified configuration for `@Singular`-generated plural form ↵
Reinier Zwitserloot
nullchecks.
2020-01-28
[singular][issue #2221] the plural builder method now nullchecks its ↵
Reinier Zwitserloot
argument with configurable results.
2020-01-06
[fixes #2268] make lombok generate qualified types in order to avoid name ↵
Reinier Zwitserloot
clashes.
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.
2017-12-04
fixing tests to account for generation of javax.annotation.Generated and ↵
Reinier Zwitserloot
ConstructorProperties being default-off.
2017-03-23
[i1180] generate ConstructorProperties also for (package) private constructors
Roel Spilker
2017-02-09
[i1014] Only add lombok.Generated if it is explicitly turned on
Roel Spilker
2017-01-06
add `@lombok.Generated` to generated classes, methods and fields
Roel Spilker
2015-11-23
[Fixes #949] accessor prefixes messed up auto-singular generation.
Reinier Zwitserloot