Interface GuiceIntoHK2Bridge

All Known Implementing Classes:
GuiceIntoHK2BridgeImpl

@Contract public interface GuiceIntoHK2Bridge
Guice Bridge
Author:
jwells
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bridgeGuiceInjector(com.google.inject.Injector injector)
    Creates a link between hk2 services and a Guice injector
  • Method Details

    • bridgeGuiceInjector

      void bridgeGuiceInjector(com.google.inject.Injector injector)
      Creates a link between hk2 services and a Guice injector
      Parameters:
      injector - The non-null Guice injector to create a bridge to