Java package scanner - find all classes with a given interface
- by michael lucas
In C# you can easily read all classes from a given assembly.
I'm looking for equivalent feature in Java. I need this to automatically bind EJB beans to my Guice Module.