aboutsummaryrefslogtreecommitdiff
path: root/website/features/EqualsAndHashCode.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-05-22 03:30:11 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-05-22 03:31:18 +0200
commitb6ce9410b15bc645fc191c147cfd14359da67b72 (patch)
tree8c51173307faf35588bbfac07b34b93bb2ee7b2c /website/features/EqualsAndHashCode.html
parent0e673c6b3004a67c760bcbbabdc8abbf35c70722 (diff)
downloadlombok-b6ce9410b15bc645fc191c147cfd14359da67b72.tar.gz
lombok-b6ce9410b15bc645fc191c147cfd14359da67b72.tar.bz2
lombok-b6ce9410b15bc645fc191c147cfd14359da67b72.zip
added documentation for the configuration feature.
Diffstat (limited to 'website/features/EqualsAndHashCode.html')
-rw-r--r--website/features/EqualsAndHashCode.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/features/EqualsAndHashCode.html b/website/features/EqualsAndHashCode.html
index f3fb8488..89d71502 100644
--- a/website/features/EqualsAndHashCode.html
+++ b/website/features/EqualsAndHashCode.html
@@ -54,6 +54,15 @@
</div>
</div>
<div style="clear: left;"></div>
+ <div class="overview confKeys">
+ <h3>Supported configuration keys:</h3>
+ <dl>
+ <dt><code>lombok.equalsAndHashCode.doNotUseGetters</code> = [<code>true</code> | <code>false</code>] (default: false)</dt>
+ <dd>If set to <code>true</code>, lombok will access fields directly instead of using getters (if available) when generating <code>equals</code> and <code>hashCode</code> methods. The annotation parameter '<code>doNotUseGetters</code>', if explicitly specified, takes precedence over this setting.</dd>
+ <dt><code>lombok.equalsAndHashCode.flagUsage</code> = [<code>warning</code> | <code>error</code>] (default: not set)</dt>
+ <dd>Lombok will flag any usage of <code>@EqualsAndHashCode</code> as a warning or error if configured.</dd>
+ </dl>
+ </div>
<div class="overview">
<h3>Small print</h3><div class="smallprint">
<p>