Class RuntimeBoundScope
java.lang.Object
io.github.kaktushose.jdac.guice.internal.guice.RuntimeBoundScope
- All Implemented Interfaces:
com.google.inject.Scope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremoveRuntime(String id) <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.inject.Scope
toString
-
Constructor Details
-
RuntimeBoundScope
public RuntimeBoundScope()
-
-
Method Details
-
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
-
removeRuntime
-