diff options
author | grootjans <grootjans@gmail.com> | 2011-02-21 22:03:05 +0100 |
---|---|---|
committer | grootjans <grootjans@gmail.com> | 2011-02-28 16:44:06 +0100 |
commit | e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e (patch) | |
tree | dd90db57794d6ed84bf2313d7a3025678d528646 /website/features/index.html | |
parent | 35e18b9332a909aac013697c90d8240826953caf (diff) | |
download | lombok-e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e.tar.gz lombok-e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e.tar.bz2 lombok-e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e.zip |
Issue 192: Add documentation for onMethod=, onParam, onConstructor
still have to make a minor edit in the pre/post files
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 06b6763e..e9a2255b 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="onX.html"><code>onMethod=,onParam=,onConstructor=</code></a></dt> + <dd>Annotate this! Add you favorite annotation to methods generated by lombok.</dd> </dl> </div> <div class="pointer"> |