2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

Welcome to Autobind!

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.

Before starting

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>

Acknowledgements

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.