From b5747963c022f680168ff66ebdc7860adb954882 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Tue, 25 Jun 2013 00:23:02 +0200
Subject: Value has been promoted to the main package.
---
website/features/experimental/Wither.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'website/features/experimental/Wither.html')
diff --git a/website/features/experimental/Wither.html b/website/features/experimental/Wither.html
index da2156cd..9cbcd5ed 100644
--- a/website/features/experimental/Wither.html
+++ b/website/features/experimental/Wither.html
@@ -83,7 +83,7 @@
--
cgit
From e7ff097fec867714b8a064b559dfc9e5162a489c Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Mon, 8 Jul 2013 21:17:01 +0200
Subject: Fixed value's snippet integration (it hadn't been updated yet now
that Value has moved from experimental into core).
---
website/features/experimental/Wither.html | 2 ++
1 file changed, 2 insertions(+)
(limited to 'website/features/experimental/Wither.html')
diff --git a/website/features/experimental/Wither.html b/website/features/experimental/Wither.html
index 9cbcd5ed..b334cd7c 100644
--- a/website/features/experimental/Wither.html
+++ b/website/features/experimental/Wither.html
@@ -46,6 +46,8 @@
a 'wither' is generated for each field (even non-final fields).
To put annotations on the generated method, you can use onMethod=@_({@AnnotationsHere}); to put annotations on the only parameter of a generated wither method, you can use onParam=@_({@AnnotationsHere}). Be careful though! This is an experimental feature. For more details see the documentation on the onX feature.
+
+ NEW in lombok v1.12.0: javadoc on the field will now be copied to generated withers. Normally, all text is copied, and @param is moved to the wither, whilst @return lines are stripped from the wither's javadoc. Moved means: Deleted from the field's javadoc. It is also possible to define unique text for the wither's javadoc. To do that, you create a 'section' named WITHER. A section is a line in your javadoc containing 2 or more dashes, then the text 'WITHER', followed by 2 or more dashes, and nothing else on the line. If you use sections, @return and @param stripping / copying for that section is no longer done (move the @param line into the section).
--
cgit