diff options
Diffstat (limited to 'website/setup/android.html')
-rw-r--r-- | website/setup/android.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/setup/android.html b/website/setup/android.html index 2e3eb023..23decaaa 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 @@ -115,7 +115,7 @@ java -jar lombok.jar publicApi</pre> <div class="endBar"> </div> <div class="footer"> - <a href="../credits.html" class="creditsLink">credits</a> | Copyright © 2009-2014 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. + <a href="../credits.html" class="creditsLink">credits</a> | Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. </div> </div> <script type="text/javascript"> |