aboutsummaryrefslogtreecommitdiff
path: root/website/features/GetterLazy.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/features/GetterLazy.html')
-rw-r--r--website/features/GetterLazy.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/website/features/GetterLazy.html b/website/features/GetterLazy.html
index 3a711f58..a438f08a 100644
--- a/website/features/GetterLazy.html
+++ b/website/features/GetterLazy.html
@@ -30,6 +30,13 @@
</div>
</div>
<div style="clear: left;"></div>
+ <div class="overview confKeys">
+ <h3>Supported configuration keys (in addition to those listed on <a href="GetterSetter.html"><code>@Getter</code>'s main page</a>):</h3>
+ <dl>
+ <dt><code>lombok.getter.lazy.flagUsage</code> = [<code>warning</code> | <code>error</code>] (default: not set)</dt>
+ <dd>Lombok will flag any usage of <code>@Getter(lazy=true)</code> as a warning or error if configured.</dd>
+ </dl>
+ </div>
<div class="overview">
<h3>Small print</h3><div class="smallprint">
<p>