Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
text block form
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the With promotion.
|
|
|
|
|
|
|
|
|
|
This PR does fix that, but introduces its own problem.
See commit immediately following this one for explanation
|
|
old Wither annotations were no longer being picked up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for all supported build systems
|
|
|
|
|
|
Clone type to correctly set annotated type on constructor, getter and setter
|
|
|
|
Fix loading extensions
|
|
|
|
|
|
|
|
A bit of a shadow feature because the checker framework folks need to do some work on their side.
this update makes lombok generate a few checker framework annotations (if configured to do so)
which let the checker framework add warnings and errors for example if you misuse builders, or ignore
the return values of withers, etc.
|
|
included by class loader
|
|
getter and setter.
|
|
|
|
|
|
|
|
interacts if both `@Value` and `@Builder` are on the same class.
|
|
supported null-check styles
|
|
|
|
now called `$value` in order to convey that you shouldnt manually mess with it.
|
|
error popups
|
|
|
|
|
|
Fixes for CustomLog, AUTHORS entry, extended changlog
|
|
support (see previous commit)
|
|
Avoid Eclipse warnings about lombok.NonNull when NonNullByDefault is used
|