Interface InjectorFactory


  • public interface InjectorFactory
    Factory which allows for custom creation of the Guice Injector to be used in the @EnableGuiceModules feature.
    Author:
    Dave Syer, Taylor Wicksell
    • Method Detail

      • createInjector

        com.google.inject.Injector createInjector​(List<com.google.inject.Module> modules)