diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-03-21 05:25:56 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-03-21 05:25:56 +0100 |
commit | ceeabe510360b93613d52f1d0c083fdf0149135d (patch) | |
tree | fff913fd08a39569c045f1c2e47152a466867518 /website/features/index.html | |
parent | 6ca2a91d6bb7054328a845771af0a4e618002f14 (diff) | |
download | lombok-ceeabe510360b93613d52f1d0c083fdf0149135d.tar.gz lombok-ceeabe510360b93613d52f1d0c083fdf0149135d.tar.bz2 lombok-ceeabe510360b93613d52f1d0c083fdf0149135d.zip |
Documentation for new @Accessors feature as well as the API (the annotation in experimental package).
Diffstat (limited to 'website/features/index.html')
-rw-r--r-- | website/features/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/features/index.html b/website/features/index.html index 1a4531f4..00669bb5 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -38,6 +38,8 @@ <dd>Finally! Hassle-free final local variables.</dd> <dt><a href="Delegate.html"><code>@Delegate</code></a></dt> <dd>Don't lose your composition.</dd> + <dt><a href="experimental/index.html">experimental features</a></dt> + <dd>Here be dragons: Extra features which aren't quite ready for prime time yet.</dd> </dl> </div> <div class="pointer"> |