Re: [lang][wish] Add findAnnotation and findMethodsWithAnnotation to MethodUtils

2017-03-26 Thread Yasser Zamani
Hi Pascal, Nice to hear this. I started at https://github.com/apache/commons-lang/pull/261 :) Regards, Yasser. On 3/26/2017 12:02 PM, Pascal Schumacher wrote: > Hi Yasser, > > looks like a nice enhancement to me. > > Cheers, > Pascal > > Am 24.03.2017 um 21:17 schrieb Yasser Zamani: >> >> In or

Re: [lang][wish] Add findAnnotation and findMethodsWithAnnotation to MethodUtils

2017-03-26 Thread Pascal Schumacher
Hi Yasser, looks like a nice enhancement to me. Cheers, Pascal Am 24.03.2017 um 21:17 schrieb Yasser Zamani: In order to fixWW-4744 , mainly, I am going to add two functionalities to MethodUtils: findAnnotation and findMethodsWithAnnotation.

[lang][wish] Add findAnnotation and findMethodsWithAnnotation to MethodUtils

2017-03-24 Thread Yasser Zamani
In order to fix WW-4744 , mainly, I am going to add two functionalities to MethodUtils: findAnnotation and findMethodsWithAnnotation. findAnnotation will be an extension for Method.getAnnotation that also searches interfaces and super classes while