aboutsummaryrefslogtreecommitdiff
path: root/website/templates
AgeCommit message (Collapse)Author
2021-06-10Improve Builder documentation to emphasize the "builder()" factory method. ↵Roel Spilker
Fixes #2870
2021-04-23Change owner lombok GitHub repositoryRoel Spilker
2021-04-16[pr 2702] finishing the `@StandardException` feature.Reinier Zwitserloot
* 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.
2021-04-16Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ↵Reinier Zwitserloot
ttzn-standard-exception
2021-04-02[website] fixing buildgen of all-versions.htmlReinier Zwitserloot
2021-03-24@StandardException feature working draftttzn
* move feature under experimental * replace ProviderFor with Provides * add doc material (to be completed) * add author
2021-03-23[records] [javac] Putting `@NonNull` on a 'field' of a record now affects ↵Reinier Zwitserloot
the compact constructors, generating one if need be.
2021-03-04Update currency exchange rateRoel Spilker
2021-03-04Only accept orders for 10+ seats.Roel Spilker
2021-01-03[website] Clarified @Accessors documentation and added links to issue #2464 ↵Reinier Zwitserloot
and issue #2693
2020-12-09Add information about 2020.3 having Lombok supportmjaggard
Built in support is now available in IntelliJ
2020-12-04Fix typoAndre Brait
2020-12-03Add documentation for cacheStrategyAndre Brait
2020-11-05fix css class in documentationRoel Spilker
2020-08-28[website] [#397] [#2371] added docs for installing in eclipse via p2Reinier Zwitserloot
2020-08-20[docs] typo-fixesReinier Zwitserloot
2020-07-02Documentation for lombok.addSuppressWarningsRawi01
2020-06-23[build] rewriting the build systemReinier Zwitserloot
2020-05-28[SuperBuilder] update documentation on customizingJan Rieke
2020-03-06documentation layout fixRoel Spilker
2020-03-05[trivial] minor updates to Jacksonized docs.Reinier Zwitserloot
2020-03-05@Jacksonized: add documentation, changelogJan Rieke
2020-02-27[fixes #2377] documentation about configkey ↵Reinier Zwitserloot
lombok.noArgsConstructor.extraPrivate was incorrect
2020-02-27[website] ecj instructions were outdated and the pom link was brokenReinier Zwitserloot
2020-02-10SuperBuilder setterPrefix documentationJan Rieke
2020-02-06[trivial] we've decided to call this one 1.18.12, not 1.20.0.Reinier Zwitserloot
2020-02-06[issue #1197] fixed documentation of NonNullReinier Zwitserloot
It did not mention the Guava and JDK options.
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ↵Reinier Zwitserloot
nullchecks.
2020-01-31[documentation] mostly the config feature pageReinier Zwitserloot
2020-01-30add test deps to gradle setup documentationRoel Spilker
2020-01-30[website] added a line about how sneakythrows doesn't really help you much ↵Reinier Zwitserloot
with lambdas; a common question.
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
2020-01-20Website: style example codeRoel Spilker
2020-01-20typo in websiteRoel Spilker
2020-01-20Config import: add documentationRoel Spilker
2020-01-08Document compiling java modules with maven. Fixes #2325Roel Spilker
2020-01-08Update javac documentation regarding the module systemRoel Spilker
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default ↵Reinier Zwitserloot
annotation no longer clash.
2019-12-11[website] slight update to the tolerate pagesReinier Zwitserloot
2019-12-11Merge pull request #2251 from nejads/masterReinier Zwitserloot
Add documentation for Tolerate
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-12-05[website] removing mention on javac setup page that module support is only ↵Reinier Zwitserloot
in edge (its in stable)
2019-12-03[website] [trivial] slight change to the utm codes for tidelift referral linksReinier Zwitserloot
2019-10-07Add documentation for TolerateSoroush Nejad
2019-09-23Update With.htmlJ. Y. Terence Kim
## 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`.
2019-09-12[website] Updating feature and experimental overviews to properly include ↵Reinier Zwitserloot
the With promotion.
2019-08-28Update gradle.htmlLars Grefer
2019-08-27[With] updated documentation for Wither/WithReinier Zwitserloot
2019-07-16[website] [fixes #2167] be more clear about how the constructor generation ↵Reinier Zwitserloot
interacts if both `@Value` and `@Builder` are on the same class.
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is ↵Reinier Zwitserloot
now called `$value` in order to convey that you shouldnt manually mess with it.