Package network.oxalis.ng.commons.guice
Class GuiceServiceLoader
- java.lang.Object
-
- network.oxalis.ng.commons.guice.GuiceServiceLoader
-
public class GuiceServiceLoader extends Object
This class works by the same principles asServiceLoader, however this implementation loads each detected class using the Guice injector.- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description GuiceServiceLoader(com.google.inject.Injector injector)
-
-
-
Method Detail
-
load
public <T> List<T> load(Class<T> cls, ClassLoader classLoader)
-
-