diff --git a/core/src/main/java/org/jboss/jandex/MethodInfo.java b/core/src/main/java/org/jboss/jandex/MethodInfo.java index 001394a0..c0fcf4be 100644 --- a/core/src/main/java/org/jboss/jandex/MethodInfo.java +++ b/core/src/main/java/org/jboss/jandex/MethodInfo.java @@ -35,9 +35,8 @@ * However, {@link #descriptorParameterTypes()} and {@link #descriptorParametersCount()} * may be used to obtain information about all parameters, including mandated and synthetic. *

- * As an exception to the rule above, in case of well known methods where no parameter - * is declared explicitly, the implicitly declared parameters are included. This currently - * applies to the implicitly declared parameters of: + * As an exception to the rule above, implicitly declared parameters are always included + * in case of methods that don't have an explicit parameter list. These are: *