Github user yasserzamani commented on the issue:

    https://github.com/apache/commons-lang/pull/261
  
    Another bad thing is that `getMethodsWithAnnotation(cls, annotationCls, 
false, false)` will be a duplicate for `getMethodsWithAnnotation(cls, 
annotationCls)`.
    
    Another solution is to keep my current changes not modified but add 
following javadoc:
    
    ```
     *
     * <p>To lookup annotations on the given class level only choose {@code 
get*()} methods
     * and to lookup in the entire inheritance hierarchy of the given class and 
ignore 
     * accessibility, choose {@code find*()} methods</p>
     *
     * @since 2.5
     */
    public class MethodUtils {
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to