aboutsummaryrefslogtreecommitdiff
path: root/website/features
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-11-23 03:53:12 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-11-23 03:53:12 +0100
commitac319cca87020b779722351f37cc0a9c40b12872 (patch)
tree2e8cb98b2745ea97b311f6689280f3d014513ce1 /website/features
parent5029fd041ddf0e3654c7f3d5106cf8cbb90b5243 (diff)
downloadlombok-ac319cca87020b779722351f37cc0a9c40b12872.tar.gz
lombok-ac319cca87020b779722351f37cc0a9c40b12872.tar.bz2
lombok-ac319cca87020b779722351f37cc0a9c40b12872.zip
[Fixes #945] wither methods for abstract classes now slightly less useless.
Diffstat (limited to 'website/features')
-rw-r--r--website/features/experimental/Wither.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/features/experimental/Wither.html b/website/features/experimental/Wither.html
index 81ef475e..60dd0464 100644
--- a/website/features/experimental/Wither.html
+++ b/website/features/experimental/Wither.html
@@ -74,6 +74,8 @@
<p>
Withers cannot be generated for static fields because that makes no sense.
</p><p>
+ Withers can be generated for abstract classes, but this generates an abstract method with the appropriate signature.
+ </p><p>
When applying <code>@Wither</code> to a type, static fields and fields whose name start with a $ are skipped.
</p><p>
For generating the method names, the first character of the field, if it is a lowercase character, is title-cased, otherwise, it is left unmodified.