diff options
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"> |