diff options
Diffstat (limited to 'website/features/ToString.html')
-rw-r--r-- | website/features/ToString.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/features/ToString.html b/website/features/ToString.html index 2b1d7b33..23041f48 100644 --- a/website/features/ToString.html +++ b/website/features/ToString.html @@ -59,6 +59,9 @@ other code is forced to parse your <code>toString()</code> output anyway! </p><p> By default, any variables that start with a $ symbol are excluded automatically. You can only include them by using the 'of' parameter. + </p><p> + If a getter exists for a field to be included, it is called instead of using a direct field reference. This behaviour can be suppressed:<br /> + <code>@ToString(doNotUseGetters = true)</code> </p> </div> </div> |