Java package scanner - find all classes with a given interface
        Posted  
        
            by michael lucas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michael lucas
        
        
        
        Published on 2010-04-06T11:13:02Z
        Indexed on 
            2010/04/06
            11:33 UTC
        
        
        Read the original article
        Hit count: 333
        
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.
© Stack Overflow or respective owner