Class RuntimeBoundScope

java.lang.Object
io.github.kaktushose.jdac.guice.internal.guice.RuntimeBoundScope
All Implemented Interfaces:
com.google.inject.Scope

@Internal public class RuntimeBoundScope extends Object implements com.google.inject.Scope
  • 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:
      scope in interface com.google.inject.Scope
    • removeRuntime

      public void removeRuntime(String id)