Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
feature.
|
|
|
|
Fixes #2870
|
|
|
|
* rewritten how it works a bit: Now compatible with parent exceptions that don't have the Throwable variants.
* rewritten how it works a bit: You can now provide the full constructor only; the rest will forward to it.
* fixing up style.
* rewrite the docs.
|
|
ttzn-standard-exception
|
|
|
|
* move feature under experimental
* replace ProviderFor with Provides
* add doc material (to be completed)
* add author
|
|
the compact constructors, generating one if need be.
|
|
|
|
|
|
and issue #2693
|
|
Built in support is now available in IntelliJ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lombok.noArgsConstructor.extraPrivate was incorrect
|
|
|
|
|
|
|
|
It did not mention the Guava and JDK options.
|
|
nullchecks.
|
|
|
|
|
|
with lambdas; a common question.
|
|
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
|
|
|
|
|
|
|
|
|
|
|
|
annotation no longer clash.
|
|
|
|
Add documentation for Tolerate
|
|
|
|
in edge (its in stable)
|
|
|
|
|
|
## 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`.
|