Apache Onami-Autobind is the automatic Injection/Binding for Google Guice, an extension which add the support for Classpath Scanner and auto registration for Guice-Modules and Beans.
Autobind modules are available on the Maven Central repo, you just need to add the dependency below in your pom.xml file:
<dependencies>
...
<dependency>
<groupId>org.apache.onami.autobind</groupId>
<artifactId>AUTOBIND-MODULE</artifactId>
<version>0.9.2-SNAPSHOT</version>
</dependency>
...
</dependencies>A big Thank You goes to Daniel Manzke, who enthusiastically asked to join 99soft donating his long life project GAB, Guice Automatic Binding, today known as 99soft Autobind.