Class AbstractServiceModule

  • All Implemented Interfaces:
    ServiceModule, com.google.inject.Module, org.pf4j.ExtensionPoint

    public abstract class AbstractServiceModule
    extends com.google.inject.AbstractModule
    implements ServiceModule
    A base class for ServiceModule implementations provided for convenience.

    The implementation must be specified as an extension:

       @Extension
       class MyServiceModule extends AbstractServiceModule {
    
       }
     
    • Method Summary

      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
      • Methods inherited from interface com.google.inject.Module

        configure
    • Constructor Detail

      • AbstractServiceModule

        public AbstractServiceModule()