Class PerModuleScope

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

@Internal public class PerModuleScope extends Object implements com.google.inject.Scope
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <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, wait

    Methods inherited from interface com.google.inject.Scope

    toString
  • Constructor Details

    • PerModuleScope

      public PerModuleScope()
  • 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