Am 25.08.2011 17:32, schrieb em3: > Hi guys, > > Just I want to know if there is some 3rd party extension for Guice to > autobind classes based on annotations. Something like the classpath > scanner of Spring, where it enable you to auto discover beans > annotated with @Resource, @Component, etc.. under some specific > package. > > Cheers!. > M. >
I started an classpath scanner some time ago. It's not yet feature complete but maybe you like to help :) A class search looks kind of like an SQL query: https://bitbucket.org/noctarius/cappadocia/src/8d92d9c98f8f/src/test/java/org/sourceprojects/cappadocia/test/QueryTest.java -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
