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

For more information, please explore the Attic.

Welcome to Apache Onami-Scopes!

Apache Onami-Scopes adds useful Scopes to Google Guice.

Before starting

Apache Onami-Scopes will soon be 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</groupId>
    <artifactId>org.apache.onami.scopes</artifactId>
    <version>1.0.0-incubating-SNAPSHOT</version>
  </dependency>
  ...
</dependencies>