diff options
Diffstat (limited to 'website/templates/features/experimental/index.html')
-rw-r--r-- | website/templates/features/experimental/index.html | 7 |
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> |