diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-10-24 11:07:00 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-10-24 11:07:00 +0200 |
commit | 815f7d0fe82df761c038907043abd1a33d491f5d (patch) | |
tree | 69825af6b608db888f054b854ac69fdc7e88b3bc | |
parent | 25b78d313233c9cff14953b960b0c0d89b109478 (diff) | |
download | lombok-815f7d0fe82df761c038907043abd1a33d491f5d.tar.gz lombok-815f7d0fe82df761c038907043abd1a33d491f5d.tar.bz2 lombok-815f7d0fe82df761c038907043abd1a33d491f5d.zip |
[i738] Fix link to configuration system on Android setup page.
-rw-r--r-- | website/setup/android.html | 2 |
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>>= 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 |