Find Java classes implementing an interface [duplicate]
Awhile ago, I put together a package for doing what you want, and more. (I needed it for a utility I was writing). It uses the ASM library. You can use reflection, but ASM turned out to perform better. I put my package in an open source library I have on my web site. The … Read more