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/Delegate.html | 2 +- website/features/index.html | 2 -- website/features/onX.html | 58 ------------------------------------------ 3 files changed, 1 insertion(+), 61 deletions(-) delete mode 100644 website/features/onX.html (limited to 'website/features') diff --git a/website/features/Delegate.html b/website/features/Delegate.html index 7825359f..de67b7b6 100644 --- a/website/features/Delegate.html +++ b/website/features/Delegate.html @@ -62,7 +62,7 @@
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.
diff --git a/website/features/onX.html b/website/features/onX.html deleted file mode 100644 index b94dea4b..00000000 --- a/website/features/onX.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - onMethod=,onParam=,onConstructor= -
-
-
- -

onMethod=,onParam=,onConstructor=

- -
-

Overview

-

- Lombok lets you add your favorite annotation to methods generated by @Getter and @Setter by using the attribute onMethod - on the lombok annotation. You can specify annotations to the parameters of the method on @Setter with the attribute onParameter. - You can add annotation to constructors generated by @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsConstructor by using the attribute - onConstructor -

-
-
-
-

With Lombok

-
@HTML_PRE@
-
-
-
-

Vanilla Java

-
@HTML_POST@
-
-
-
-
-

Small print

- When the @Getter or @Setter annotation is placed on the type in stead of a field, using the attribute is not supported and it will result in a warning. -
-
- -
-
-
- - - -- cgit