On Thu, Aug 25, 2011 at 5:32 PM, em3 <[email protected]> wrote: > 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.
We use reflections library to achieve this goal: http://code.google.com/p/reflections/ -- Kazik 'morisil' Pogoda http://blog.xemantic.com/ -- 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.
