aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental/index.html
diff options
context:
space:
mode:
authorSoroush Nejad <sardabir@gmail.com>2019-10-07 10:59:35 +0200
committerSoroush Nejad <sardabir@gmail.com>2019-10-07 10:59:35 +0200
commit1e617ccfb51855736e27cd618afc092a70832983 (patch)
treeb6a82afa126ef5ef8ff2a230fdd6e2a9c7060a6c /website/templates/features/experimental/index.html
parent04f21a249dd2f582a27c16da67aebc4df3d2c383 (diff)
downloadlombok-1e617ccfb51855736e27cd618afc092a70832983.tar.gz
lombok-1e617ccfb51855736e27cd618afc092a70832983.tar.bz2
lombok-1e617ccfb51855736e27cd618afc092a70832983.zip
Add documentation for Tolerate
Diffstat (limited to 'website/templates/features/experimental/index.html')
-rw-r--r--website/templates/features/experimental/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html
index 960f4b1a..9ed3f546 100644
--- a/website/templates/features/experimental/index.html
+++ b/website/templates/features/experimental/index.html
@@ -9,7 +9,7 @@
</div>
<div class="row">
The <a href="/api/">Lombok javadoc</a> is available, but we advise these pages.
-
+
<p>
Experimental features are available in your normal lombok installation, but are not as robustly supported as lombok's main features. In particular, experimental features:
<ul>
@@ -67,6 +67,10 @@
<@main.feature title="@SuperBuilder" href="SuperBuilder">
Bob now knows his ancestors: Builders with fields from superclasses, too.
</@main.feature>
+
+ <@main.feature title="@Tolerate" href="Tolerate">
+ Skip, jump, and forget! Skip a method or constructor.
+ </@main.feature>
</div>
<@f.confKeys>