Description:
|
When annotating a method with {{@ValidateExecutable({})}}, validation still kicks in, although this shouldn't happen:
{quote} NONE: parameters and return values are not validated upon execution. This option is equivalent to an empty list of executable types and is present to improve readability. {quote}
Test: {{ExecutableTypesTest#testValidationOfConstrainedMethodWithEmptyExecutableTypes()}}
|