diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-20 12:32:19 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-20 12:32:19 +0200 |
commit | b49472094901ce272de255dab9d9eac18ab5f91e (patch) | |
tree | d8816c402963af900ca8685c3c37c6b7f02cb6a4 /website/features/Constructor.html | |
parent | 0892b61180017e6da15aaed298f6f6214442ef33 (diff) | |
download | lombok-b49472094901ce272de255dab9d9eac18ab5f91e.tar.gz lombok-b49472094901ce272de255dab9d9eac18ab5f91e.tar.bz2 lombok-b49472094901ce272de255dab9d9eac18ab5f91e.zip |
Small updates to website docs after feedback from RJ and Roel.
Diffstat (limited to 'website/features/Constructor.html')
-rw-r--r-- | website/features/Constructor.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/features/Constructor.html b/website/features/Constructor.html index f8a6a200..6a7cfd2f 100644 --- a/website/features/Constructor.html +++ b/website/features/Constructor.html @@ -66,7 +66,8 @@ signals you must know what you're doing. </p><p> The <code>@java.beans.ConstructorProperties</code> annotation is never generated for a constructor with no arguments. This also explains why <code>@NoArgsConstructor</code> - lacks the <code>suppressConstructorProperties</code> annotation method. The <code>@ConstructorProperties</code> annotation is also omitted for private constructors. + lacks the <code>suppressConstructorProperties</code> annotation method. The <code>@ConstructorProperties</code> annotation is also omitted for private constructors. The + generated static factory methods also do not get <code>@ConstructorProperties</code>, as this annotation can only be added to real constructors. </p> </div> </div> |