Age | Commit message (Collapse) | Author |
|
|
|
Update With.html
|
|
|
|
|
|
|
|
|
|
|
|
text block form
|
|
|
|
|
|
## Summary
The current sentence fragment `Lombok's own <a href="/features/constructor"><code>@AllArgsConstructor</code></a>` does not fully clarify the author's intention, which I presume is to recommend using `@AllArgsConstructor`.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|