From 56616f3bec6d8eda8c2bcf0550490f0098fb7fed Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 17 Oct 2009 15:32:29 +0200 Subject: Fix: getters and setters for $foo fields (including our own $lock!) are now no longer generated. --- website/features/Data.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'website/features/Data.html') diff --git a/website/features/Data.html b/website/features/Data.html index 2689a124..8e33be8f 100644 --- a/website/features/Data.html +++ b/website/features/Data.html @@ -69,6 +69,9 @@ null. Therefore, these annotations result in an explicit null check in the generated constructor for the provided field. Also, these annotations (as well as any annotation named @Nullable) are copied to the constructor parameter, in both the true constructor and any static constructor. The same principle applies to generated getters and setters (see the documentation for @Getter / @Setter) +

+ By default, any variables that start with a $ symbol are excluded automatically. + You can include them by specifying an explicit annotation (@Getter or @ToString, for example) and using the 'of' parameter.

-- cgit