Apache Onami-Scopes adds useful Scopes to Google Guice.
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>