Age | Commit message (Collapse) | Author |
|
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 9ee2491427f1522a7689d1c28a816294bcff315b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example: "ChildBuilder extends Parent.ParentBuilder"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/core/lombok/experimental/SuperBuilder.java
|
|
|
|
make a heck of a lot of sense and enums aren’t extensible in the first place. Also fixed up a wrong access level; now all existing builder tests pass.
|
|
Also fixed up style and docs, and updated behaviour when using `@Builder(inherit = true)` to error if you have no parent class.
|
|
|
|
using a cached one instead. Fixes issue #1579
|
|
#1579: recycle handlers to avoid excessive garbage collection
|
|
|
|
Add a JavaFileManager class name to KNOWN_JAVA9_FILE_MANAGERS.
|