JBoss Community

Re: Find existing classes?

created by Robby Cornelissen in Javassist - View the full discussion

I don't think javassist provides for this, but the following library should get you there: https://code.google.com/p/reflections/

Alternatively, you could just use the class loader to load the class files as resources from the classpath.

Reply to this message by going to Community

Start a new discussion in Javassist at Community