Hello,
I am currently using Javassist and so far it has been great, thanks for the amazing job.
My problem is that I have been trying to get the generic type of a class, I only need to be able to know which generic class a bytecode has, so that I can later get the CtClass and check some methods.
So far I haven't been able to do so, I was wondering if there's a way to do so with Javassist, or if there's a workaround that I could use.
Thanks for your time,
Nuno Ramiro