Class IntegrityRunnerModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class IntegrityRunnerModule
    extends DSLRuntimeModule
    The module class for registration of runtime modules with Google Guice. Subclass this class in order to override one or more of the default services! If you subclass this, you need to subclass IntegrityDSLSetup as well and override IntegrityDSLSetup.createGuiceModule(ClassLoader) to ensure your subclass is actually used.
    Author:
    Rene Schneider - initial API and implementation