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 Summary

    Modifier and Type
    Method
    Description
    com.google.inject.Injector
    createInjector(List<com.google.inject.Module> modules)
     
  • Method Details

    • createInjector

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