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
/
BuilderWithToBuilder.java
Age
Commit message (
Expand
)
Author
2018-10-29
fixing the tests added in the previous commits by janrieke to match alternati...
Reinier Zwitserloot
2018-10-15
[fixes #1324] toBuilder with @Singular marked collections that are null no lo...
Reinier Zwitserloot
2018-09-18
Finishing work on making lombok do sensible things with TYPE_USE annotations ...
Reinier Zwitserloot
2018-09-10
toBuilder() with singular should force the typeargs on the Collections.emptyL...
Reinier Zwitserloot
2018-08-21
[fixes #1812] `@Singular` marked collections which nevertheless somehow ended...
Reinier Zwitserloot
2017-12-04
fixing tests to account for generation of javax.annotation.Generated and Cons...
Reinier Zwitserloot
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-16
[builder] Added clearX() functionality for `@Singular` annotations for ecj
Reinier Zwitserloot
2015-07-17
added testcase for ecj version of @Builder(toBuilder=true)
Reinier Zwitserloot