Class GuiceServiceLoader


  • public class GuiceServiceLoader
    extends Object
    This class works by the same principles as ServiceLoader, however this implementation loads each detected class using the Guice injector.
    Author:
    erlend
    • Constructor Detail

      • GuiceServiceLoader

        @Inject
        public GuiceServiceLoader​(com.google.inject.Injector injector)