From 86acfadf552be04499c22de4531cc473e26372c5 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Wed, 29 Jul 2009 01:44:16 +0200 Subject: Use single quote instead of double quote in javadoc generation due to wonky behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n" --- website/features/GetterSetter.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'website/features/GetterSetter.html') diff --git a/website/features/GetterSetter.html b/website/features/GetterSetter.html index 8b42146f..07affd69 100644 --- a/website/features/GetterSetter.html +++ b/website/features/GetterSetter.html @@ -46,6 +46,9 @@ will not be generated if there's already a method getFoo(int x) even though it is technically possible to make the method. This caveat exists to prevent confusion. If the generation of a method is skipped for this reason, a warning is emitted instead.

+ For boolean fields that start with is or has immediately followed by a title-case letter, nothing is prefixed + to generate the getter name. +

Any variation on boolean will not result in using the is prefix instead of the get prefix; for example, returning java.lang.Boolean results in a get prefix, not an is prefix.

-- cgit