In 10.1.2 the ExecutableType.GETTER_METHODS is described as follows:
[...] parameters and return values are validated provided the executable is a getter method.
But it should be
[...] the return value is validated provided the executable is a getter method.