aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/index.html
diff options
context:
space:
mode:
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>