diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-11-17 20:26:58 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-11-17 20:26:58 +0100 |
commit | ef8769d3180b2c6de91a64f69dfa23a2e6e449b9 (patch) | |
tree | dff0f1f3dd0221041afb45e7f1f50d7bddec3a23 /website/features/GetterSetter.html | |
parent | 58851b4c6e96a51d1ac298c7ed85efac6ffe8335 (diff) | |
download | lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.tar.gz lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.tar.bz2 lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.zip |
Added all documentation for the onX feature and updated changelog.
Now to actually write the feature (Well, rescue it from the onX-removal tag).
Diffstat (limited to 'website/features/GetterSetter.html')
-rw-r--r-- | website/features/GetterSetter.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/features/GetterSetter.html b/website/features/GetterSetter.html index beb40a61..a7dda812 100644 --- a/website/features/GetterSetter.html +++ b/website/features/GetterSetter.html @@ -28,6 +28,8 @@ </p><p> You can always manually disable getter/setter generation for any field by using the special <code>AccessLevel.NONE</code> access level. This lets you override the behaviour of a <code>@Getter</code>, <code>@Setter</code> or <code>@Data</code> annotation on a class. + </p><p> + To put annotations on the generated method, you can use <code>onMethod={@AnnotationsHere}</code>; to put annotations on the only parameter of a generated setter method, you can use <code>onParam={@AnnotationsHere}</code>. For more details see the documentation on the <a href="onX.html">onX</a> feature. </p> </div> <div class="snippets"> |