From 815f7d0fe82df761c038907043abd1a33d491f5d Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 24 Oct 2014 11:07:00 +0200 Subject: [i738] Fix link to configuration system on Android setup page. --- website/setup/android.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/setup/android.html') 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 @@
  • The suppressConstructorProperties property can be set to false when using @XArgsConstructor Annotations.
  • Starting with Lombok >= 1.14.0 you can instead a lombok.config file to the root of your project to disable ConstructorProperties project wide. Add the following line to lombok.config:
    lombok.anyConstructor.suppressConstructorProperties = true

    - See the configuration documentation for more information on how to set up your project with a lombok config file. + See the configuration documentation for more information on how to set up your project with a lombok config file.

    The instructions listed below are excerpts from The -- cgit