aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/index.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-09-12 21:22:25 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-09-12 21:22:25 +0200
commit693af13472fc4c474edcb163e09cfe87b4c71f3e (patch)
tree21c3ffd80b8de3524d0aba5ec47da81786d96a35 /website/templates/features/index.html
parent8c32769f18361ed626ebd06962d924c288950d26 (diff)
downloadlombok-693af13472fc4c474edcb163e09cfe87b4c71f3e.tar.gz
lombok-693af13472fc4c474edcb163e09cfe87b4c71f3e.tar.bz2
lombok-693af13472fc4c474edcb163e09cfe87b4c71f3e.zip
[website] Updating feature and experimental overviews to properly include the With promotion.
Diffstat (limited to 'website/templates/features/index.html')
-rw-r--r--website/templates/features/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/website/templates/features/index.html b/website/templates/features/index.html
index 06b47c0b..9e2f53e8 100644
--- a/website/templates/features/index.html
+++ b/website/templates/features/index.html
@@ -66,6 +66,10 @@
<code>synchronized</code> done right: Don't expose your locks.
</@main.feature>
+ <@main.feature title="@With" href="With">
+ Immutable 'setters' - methods that create a clone but with one changed field.
+ </@main.feature>
+
<@main.feature title="@Getter(lazy=true)" href="GetterLazy">
Laziness is a virtue!
</@main.feature>