Hello All,
I am new to this forum. I am trying to get Class name in which certain method name belong in entire Java Project. Method Name will be passed as a parameter and it should return corresponding Class name in which the passed method name resides. This could be across packages.
Is there a way to achieve this in Java? Can it be done using Reflection API? If yes, then please help
Thanks,
Parikshit