aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/setup/android.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/setup/android.html b/website/setup/android.html
index 2e3eb023..5e0eb9e7 100644
--- a/website/setup/android.html
+++ b/website/setup/android.html
@@ -51,7 +51,7 @@
<li>The <code>suppressConstructorProperties</code> property can be set to <code>false</code> when using <a href="/features/Constructor.html">@XArgsConstructor Annotations</a>.</li>
<li>Starting with Lombok <code>&gt;= 1.14.0</code> you can instead a <code>lombok.config</code> file to the root of your project to disable <code>ConstructorProperties</code> project wide. Add the following line to <code>lombok.config</code>:<br />
<pre>lombok.anyConstructor.suppressConstructorProperties = true</pre><br />
- See the <a href="/features/experimental/configuration.html">configuration</a> documentation for more information on how to set up your project with a lombok config file.
+ See the <a href="/features/configuration.html">configuration</a> documentation for more information on how to set up your project with a lombok config file.
</ul>
</p><p>
The instructions listed below are excerpts from <a href="https://github.com/excilys/androidannotations/wiki/Cookbook">The