Comment by daniel.manzke:

I created a Project, which should help with Classpath Scanning, Bean Binding and automatic Module registration.

The project contains a pure Scanner which uses ASM and Java-based features. You could also use the Scanners of Reflections or the Guice Extension of Sonatype.

http://github.com/manzke/guice-automatic-injection

Modules annotated with @GuiceModule, will be installed automatically.
Beans annotated with @AutoBind, will be bound to inherited interfaces. You can also pass a Name to the Annotation, which causes a named binding. If you specify the bind-Attribute of the Annotation, you can overwrite the interfaces.

So it is a smart way, to save some Guice ESL binding code, because it will be generated for you.


For more information:
http://code.google.com/p/google-guice/wiki/3rdPartyModules

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev?hl=en.

Reply via email to