Package net.thucydides.core.guice
Class Injectors
java.lang.Object
net.thucydides.core.guice.Injectors
Somewhere to hold the Guice injector.
There might be a better way to do this.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.inject.Injectorstatic com.google.inject.InjectorgetInjector(com.google.inject.Module module)
-
Constructor Details
-
Injectors
public Injectors()
-
-
Method Details
-
getInjector
public static com.google.inject.Injector getInjector() -
getInjector
public static com.google.inject.Injector getInjector(com.google.inject.Module module)
-