diff options
Diffstat (limited to 'website/features/onX.html')
-rw-r--r-- | website/features/onX.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/features/onX.html b/website/features/onX.html index b001f294..ab72e6f5 100644 --- a/website/features/onX.html +++ b/website/features/onX.html @@ -46,12 +46,14 @@ <h3>Small print</h3><div class="smallprint"> <p> We can't think of any small print for this feature, other than to reiterate: This feature can disappear at any time; if you use this feature, be prepared to adjust your code when we find a nicer way of implementing this feature, or, if a future version of javac forces us to remove this feature entirely with no alternative. + </p><p> + The <code>onX</code> parameter is not legal on any type-wide variant. For example, a <code>@Getter</code> annotation on a class does not support <code>onMethod</code>. </p> </div> </div> <div class="footer"> <a href="index.html">Back to features</a><br /> - <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2012 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> + <a href="../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> </div> |