We also use reflections.  It works pretty well for us, although we did have
to write our own scanners to find the correct classes we are looking for at
runtime.

On Fri, Aug 26, 2011 at 5:55 AM, Kazimierz Pogoda <[email protected]> wrote:

> 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.
>
>

-- 
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.

Reply via email to