diff options
Diffstat (limited to 'website/features/experimental/Wither.html')
-rw-r--r-- | website/features/experimental/Wither.html | 2 |
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. |