From 1e64f45b953b7e76c4fc143c8c35c3aae36437d6 Mon Sep 17 00:00:00 2001
From: Sander Koning 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.
+ For boolean
fields that start with is
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