diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-26 08:46:41 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-26 08:46:41 +0100 |
commit | 63aefa41e432a050496e9f96c6ce570dde276e18 (patch) | |
tree | 4d5fb71e5d9c2a3dd865ede63c6b5ef70f0d1d0a /website/features/Value.html | |
parent | 7bb2ed02c3891d240840110abb0a79949947cc16 (diff) | |
download | lombok-63aefa41e432a050496e9f96c6ce570dde276e18.tar.gz lombok-63aefa41e432a050496e9f96c6ce570dde276e18.tar.bz2 lombok-63aefa41e432a050496e9f96c6ce570dde276e18.zip |
documentation for @Singular.
Diffstat (limited to 'website/features/Value.html')
-rw-r--r-- | website/features/Value.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/features/Value.html b/website/features/Value.html index 0e221b63..2e46ccf7 100644 --- a/website/features/Value.html +++ b/website/features/Value.html @@ -20,6 +20,7 @@ <code>@Value</code> no longer implies <code>@Wither</code> since lombok v0.11.8. </p><p> <code>@Value</code> promoted to the main <code>lombok</code> package since lombok v0.12.0. + </p> </div> <div class="overview"> <h3>Overview</h3> @@ -67,7 +68,7 @@ </div> </div> <div class="footer"> - <a href="index.html">Back to features</a> | <a href="Data.html">Previous feature (@Data)</a> | <a href="SneakyThrows.html">Next feature (@SneakyThrows)</a><br /> + <a href="index.html">Back to features</a> | <a href="Data.html">Previous feature (@Data)</a> | <a href="Builder.html">Next feature (@Builder)</a><br /> <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2014 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> |