Commit Graph

394 Commits

Author SHA1 Message Date
Jan Rieke b37f3cba3e [SuperBuilder] update documentation on customizing 2020-05-28 21:18:35 +02:00
Roel Spilker 17e48aab62 documentation layout fix 2020-03-06 01:17:07 +01:00
Reinier Zwitserloot 2dc69359f0 [trivial] minor updates to Jacksonized docs. 2020-03-05 23:20:53 +01:00
Jan Rieke 3a2a61f807 @Jacksonized: add documentation, changelog 2020-03-05 16:31:14 +01:00
Reinier Zwitserloot fc04b74c67 [fixes #2377] documentation about configkey lombok.noArgsConstructor.extraPrivate was incorrect 2020-02-27 22:26:36 +01:00
Reinier Zwitserloot f232e9f8b8 [website] ecj instructions were outdated and the pom link was broken 2020-02-27 21:31:26 +01:00
Jan Rieke ad4c612303 SuperBuilder setterPrefix documentation 2020-02-10 13:31:44 +01:00
Reinier Zwitserloot 8c952fa0e0 [trivial] we've decided to call this one 1.18.12, not 1.20.0. 2020-02-06 23:59:38 +01:00
Reinier Zwitserloot f12b7059ca [issue #1197] fixed documentation of NonNull
It did not mention the Guava and JDK options.
2020-02-06 21:47:27 +01:00
Reinier Zwitserloot c42bfbae39 [issue #2221] simplified configuration for @Singular-generated plural form nullchecks. 2020-01-31 06:33:33 +01:00
Reinier Zwitserloot 6e2b5802be [documentation] mostly the config feature page 2020-01-31 00:00:29 +01:00
Roel Spilker 180cfe3f82 add test deps to gradle setup documentation 2020-01-30 23:25:22 +01:00
Reinier Zwitserloot 28f0c4c4b0 [website] added a line about how sneakythrows doesn't really help you much with lambdas; a common question. 2020-01-30 17:24:37 +01:00
Reinier Zwitserloot e95680a767 [issue #2221] [issue #788] Lombok now adds nullity annotations.
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
2020-01-28 16:21:39 +01:00
Roel Spilker 6cc74e4229 Website: style example code 2020-01-20 22:53:13 +01:00
Roel Spilker 1caf1da5e1 Website: better wrapping for code snippets on narrow screens. 2020-01-20 17:28:20 +01:00
Roel Spilker 80b7c43403 typo in website 2020-01-20 15:19:46 +01:00
Roel Spilker 0f31c62806 Config import: add documentation 2020-01-20 14:12:19 +01:00
Roel Spilker cccbdafa4b Website: render wrapped lines code snippets indented 2020-01-20 13:55:43 +01:00
Roel Spilker 2990786849 Document compiling java modules with maven. Fixes #2325 2020-01-08 01:32:25 +01:00
Roel Spilker c497a2ab16 Update javac documentation regarding the module system 2020-01-08 01:32:24 +01:00
Roel Spilker c0c1279acd Rename example files for website 2020-01-08 01:32:24 +01:00
Reinier Zwitserloot 9ad2bd563b [fixes #788] lombok generated equals method plus a non-null-by-default annotation no longer clash. 2020-01-08 01:06:35 +01:00
Roel Spilker 0bb5619230 Update security.txt 2019-12-19 21:11:34 +01:00
Reinier Zwitserloot 08faffdf83 [website] slight update to the tolerate pages 2019-12-11 13:07:16 +01:00
Reinier Zwitserloot d126ad64b3 Merge pull request #2251 from nejads/master
Add documentation for Tolerate
2019-12-11 13:01:32 +01:00
Reinier Zwitserloot 870937a46f [builder] setterPrefix option code review, formatting cleanup, and docs 2019-12-11 01:48:16 +01:00
Reinier Zwitserloot d34da710c3 [website] removing mention on javac setup page that module support is only in edge (its in stable) 2019-12-05 17:50:59 +01:00
Reinier Zwitserloot a023202e77 [website] [trivial] slight change to the utm codes for tidelift referral links 2019-12-03 23:13:17 +01:00
Reinier Zwitserloot a81df33c10 [website] typo in the ToString post-lombok example. 2019-10-21 17:19:51 +02:00
Soroush Nejad 1e617ccfb5 Add documentation for Tolerate 2019-10-07 10:59:35 +02:00
J. Y. Terence Kim 3369e0ffc7 Update With.html
## 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-23 18:16:08 +09:00
Roel Spilker 1260297f73 improve with examples 2019-09-12 22:06:02 +02:00
Reinier Zwitserloot 693af13472 [website] Updating feature and experimental overviews to properly include the With promotion. 2019-09-12 21:22:25 +02:00
Lars Grefer 514fd710c5 Update gradle.html 2019-08-28 00:13:02 +02:00
Reinier Zwitserloot da5d9a12e7 [With] updated documentation for Wither/With 2019-08-27 00:15:47 +02:00
Reinier Zwitserloot a835579f79 [website] fix the /setup/overview load from the menu 2019-08-22 22:42:48 +02:00
Reinier Zwitserloot 1f58c92e44 [trivial][website] adding tidelift link to the normalizer htaccess list 2019-07-19 15:55:26 +02:00
Reinier Zwitserloot 218f28cc95 [website] [fixes #2167] be more clear about how the constructor generation interacts if both @Value and @Builder are on the same class. 2019-07-16 02:07:39 +02:00
Reinier Zwitserloot b439e4ce77 [Fixes #2115] builder fields tracking a property that has a default set is now called $value in order to convey that you shouldnt manually mess with it. 2019-07-16 01:24:18 +02:00
Reinier Zwitserloot b7e67345b9 Merge branch 'customlog' 2019-07-09 00:46:03 +02:00
Reinier Zwitserloot c1039553b0 [builder] added a feature: you can now configure builder class name via the config system 2019-07-09 00:11:00 +02:00
Reinier Zwitserloot bb0736fe00 [website] tidelift update 2019-07-02 01:41:15 +02:00
Adam Juraszek 06004b933b Fixes for CustomLog, AUTHORS entry, extended changlog 2019-05-22 18:36:42 +02:00
Reinier Zwitserloot 6ea37c90a6 [website] changed the tidelift link to be more prominent + on docs pages 2019-05-22 01:04:22 +02:00
Reinier Zwitserloot 4af6e42b3b [website] fixed history/ajax-load system to deal with anchor links 2019-05-22 00:11:15 +02:00
Reinier Zwitserloot 7fe4896867 Code review for @CustomLog, and added documentation and a changelog entry. 2019-05-21 22:57:45 +02:00
Reinier Zwitserloot bf0499263b [issue #2092] Add an uppercase option to FieldNameConstants 2019-05-01 01:33:57 +02:00
Reinier Zwitserloot ac0eeacc69 Merge branch 'master' of github.com:rzwitserloot/lombok 2019-05-01 00:42:06 +02:00
Reinier Zwitserloot a318029830 [fixes #2083] adds feature ‘access level’ to @Builder 2019-05-01 00:41:32 +02:00