aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental/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/experimental/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/experimental/index.html')
-rw-r--r--website/templates/features/experimental/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html
index 112d30c4..960f4b1a 100644
--- a/website/templates/features/experimental/index.html
+++ b/website/templates/features/experimental/index.html
@@ -48,10 +48,6 @@
Don't lose your composition.
</@main.feature>
- <@main.feature title="@Wither" href="Wither">
- Immutable 'setters' - methods that create a clone but with one changed field.
- </@main.feature>
-
<@main.feature title="onMethod= / onConstructor= / onParam=" href="onX">
Sup dawg, we heard you like annotations, so we put annotations in your annotations so you can annotate while you're annotating.
</@main.feature>
@@ -90,6 +86,9 @@
<@main.feature title="@Builder: promoted" href="/features/Builder">
<code>@Builder</code> is a solid base to build APIs on, and has been moved to the main package.
</@main.feature>
+ <@main.feature title="@Wither: renamed to @With, and promoted" href="/features/With">
+ Immutable 'setters' - methods that create a clone but with one changed field.
+ </@main.feature>
</div>
</div>
</div>