diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-11-06 22:01:18 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-11-06 22:01:18 +0100 |
commit | d1addc14d5c2430c2b9fbea3081884d4f9d62a4c (patch) | |
tree | 6b0423544bdc0011546edf37816c56ff442b2002 /website/features/index.html | |
parent | 3cbd92e1b29b23ca543c6cced4f96d1cc68d7d0f (diff) | |
download | lombok-d1addc14d5c2430c2b9fbea3081884d4f9d62a4c.tar.gz lombok-d1addc14d5c2430c2b9fbea3081884d4f9d62a4c.tar.bz2 lombok-d1addc14d5c2430c2b9fbea3081884d4f9d62a4c.zip |
Updated website documentation to include @Log
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 869bbe89..d216ddb4 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -30,6 +30,8 @@ <dd><code>synchronized</code> done right: Don't expose your locks.</dd> <dt><a href="SneakyThrows.html"><code>@SneakyThrows</code></a></dt> <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: "What was that line again?"</dd> </dl> </div> <div class="pointer"> |