Package org.gwizard.test.util
Class SimpleScope
java.lang.Object
org.gwizard.test.util.SimpleScope
- All Implemented Interfaces:
com.google.inject.Scope
Simplified from https://github.com/google/guice/wiki/CustomScopes
-
Constructor Details
-
SimpleScope
public SimpleScope()
-
-
Method Details
-
enter
public void enter() -
exit
public void exit() -
scope
public <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) - Specified by:
scopein interfacecom.google.inject.Scope
-