aboutsummaryrefslogtreecommitdiff
path: root/website/features/experimental/index.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-01-26 08:46:41 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-01-26 08:46:41 +0100
commit63aefa41e432a050496e9f96c6ce570dde276e18 (patch)
tree4d5fb71e5d9c2a3dd865ede63c6b5ef70f0d1d0a /website/features/experimental/index.html
parent7bb2ed02c3891d240840110abb0a79949947cc16 (diff)
downloadlombok-63aefa41e432a050496e9f96c6ce570dde276e18.tar.gz
lombok-63aefa41e432a050496e9f96c6ce570dde276e18.tar.bz2
lombok-63aefa41e432a050496e9f96c6ce570dde276e18.zip
documentation for @Singular.
Diffstat (limited to 'website/features/experimental/index.html')
-rw-r--r--website/features/experimental/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/features/experimental/index.html b/website/features/experimental/index.html
index f37712e0..0b9419bc 100644
--- a/website/features/experimental/index.html
+++ b/website/features/experimental/index.html
@@ -22,8 +22,6 @@
Features that receive positive community feedback and which seem to produce clean, flexible code will eventually become accepted
as a core feature and move out of the experimental package.
<dl>
- <dt><a href="Builder.html"><code>@Builder</code></a></dt>
- <dd>... and Bob's your uncle: No-hassle fancy-pants APIs for object creation!</dd>
<dt><a href="Accessors.html"><code>@Accessors</code></a></dt>
<dd>A more fluent API for getters and setters.</dd>
<dt><a href="ExtensionMethod.html"><code>@ExtensionMethod</code></a></dt>
@@ -50,6 +48,8 @@
<dl>
<dt><a href="../Value.html"><code>@Value</code></a>: Promoted</dt>
<dd><code>@Value</code> has proven its value and has been moved to the main package.</li>
+ <dt><a href="../Builder.html"><code>@Builder</code></a>: Promoted</dt>
+ <dd><code>@Builder</code> is a solid base to build APIs on, and has been moved to the main package.</li>
</dl>
</div>
<div class="footer">