From a284600987065aa78bc41b2099421f864cfcec20 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 15 Aug 2011 21:21:51 +0200 Subject: Removed support for onMethod, onParam and onConstructor due to javac7 type incapabilities. Issue #251 --- website/features/index.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'website/features/index.html') diff --git a/website/features/index.html b/website/features/index.html index 04b6ed1c..3f00c81a 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -38,8 +38,6 @@
Finally! Hassle-free final local variables.
@Delegate
Don't lose your composition.
-
onMethod=,onParam=,onConstructor=
-
Annotate this! Add you favorite annotation to methods generated by lombok.
-- cgit