Package de.qytera.qtaf.core.guice
Class QtafInjector
java.lang.Object
de.qytera.qtaf.core.guice.QtafInjector
This class is responsible for creating a Guice injector for the QTAF framework and guarantees that there
is only one instance of the injector at runtime (singleton pattern).
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.inject.InjectorGet the singleton instance of the QTAF Guice injector.
-
Method Details
-
getInstance
public static com.google.inject.Injector getInstance()Get the singleton instance of the QTAF Guice injector.- Returns:
- Guice injector
-