Class GuiceIntoHK2BridgeImpl

java.lang.Object
org.jvnet.hk2.guice.bridge.internal.GuiceIntoHK2BridgeImpl
All Implemented Interfaces:
GuiceIntoHK2Bridge

@Service public class GuiceIntoHK2BridgeImpl extends Object implements GuiceIntoHK2Bridge
Author:
jwells
  • Constructor Details

    • GuiceIntoHK2BridgeImpl

      public GuiceIntoHK2BridgeImpl()
  • Method Details

    • bridgeGuiceInjector

      public void bridgeGuiceInjector(com.google.inject.Injector injector)
      Description copied from interface: GuiceIntoHK2Bridge
      Creates a link between hk2 services and a Guice injector
      Specified by:
      bridgeGuiceInjector in interface GuiceIntoHK2Bridge
      Parameters:
      injector - The non-null Guice injector to create a bridge to