[GitHub] commons-lang pull request #261: LANG-1317: Add findAnnotation and findMethod...

2017-04-20 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/261#discussion_r112563123 --- Diff: src/main/java/org/apache/commons/lang3/ClassUtils.java --- @@ -457,6 +457,44 @@ public static String getAbbreviatedName(final String

[GitHub] commons-lang pull request #261: LANG-1317: Add findAnnotation and findMethod...

2017-03-25 Thread yasserzamani
GitHub user yasserzamani opened a pull request: https://github.com/apache/commons-lang/pull/261 LANG-1317: Add findAnnotation and findMethodsWithAnnotation In order to fix [WW-4744](https://issues.apache.org/jira/browse/WW-4744) , findAnnotation will be an extension for