Package network.oxalis.commons.guice
-
Class Summary Class Description GuiceModuleLoader Implementation for loading of Guice modules on same principles discussed on StackOverflow, however this implementation uses Typesafe Config instead of Java ServiceLoader to allow for further configuration than only "detected".GuiceServiceLoader This class works by the same principles asServiceLoader, however this implementation loads each detected class using the Guice injector.ImplLoader Helper class to allow for better information when invalid configuration is provided.OxalisModule Specialized Guice module class with some extra methods heavily used by Oxalis.