aboutsummaryrefslogtreecommitdiff
path: root/website/features/index.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2010-11-18 12:45:02 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2010-11-18 13:04:09 +0100
commit3c47eb1299467f052f25581430d20bc3b2b83f4d (patch)
tree3bdc37b4324b185e0c907b421d389735193f20d9 /website/features/index.html
parent36f9a5aabc393738af1587907e324ea44661ed4d (diff)
downloadlombok-3c47eb1299467f052f25581430d20bc3b2b83f4d.tar.gz
lombok-3c47eb1299467f052f25581430d20bc3b2b83f4d.tar.bz2
lombok-3c47eb1299467f052f25581430d20bc3b2b83f4d.zip
Added documentation for val and @Getter(lazy=true) and updated docs for Log and EqualsAndHashCode to reflect new lombok 0.10 features.
Diffstat (limited to 'website/features/index.html')
-rw-r--r--website/features/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/website/features/index.html b/website/features/index.html
index d216ddb4..edc173fb 100644
--- a/website/features/index.html
+++ b/website/features/index.html
@@ -15,6 +15,8 @@
<dl>
<dt><a href="GetterSetter.html"><code>@Getter</code> / <code>@Setter</code></a></dt>
<dd>Never write <code>public int getFoo() {return foo;}</code> again.</dd>
+ <dt><a href="GetterLazy.html"><code>@Getter(lazy=true)</code></a></dt>
+ <dd>Laziness is a virtue!</dd>
<dt><a href="ToString.html"><code>@ToString</code></a></dt>
<dd>No need to start a debugger to see your fields: Just let lombok generate a <code>toString</code> for you!</dd>
<dt><a href="EqualsAndHashCode.html"><code>@EqualsAndHashCode</code></a></dt>
@@ -32,6 +34,8 @@
<dd>To boldly throw checked exceptions where no one has thrown them before!</dd>
<dt><a href="Log.html"><code>@Log</code></a></dt>
<dd>Captain's Log, stardate 24435.7: &quot;What was that line again?&quot;</dd>
+ <dt><a href="val.html"><code>val</code></a></dt>
+ <dd>Finally! hassle-free final local variables.</dd>
</dl>
</div>
<div class="pointer">