Interface BootstrapModule

  • All Superinterfaces:
    com.google.inject.Module
    All Known Implementing Classes:
    EclipseBootstrapModule, GuiceBasedImplBootstrapModule

    public interface BootstrapModule
    extends com.google.inject.Module
    This is purely a marker interface as point of registration for bootstrapping modules using OSGI-independent Java Service Provider Specification.
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static com.google.inject.Module getBootstrapModule()  
      • Methods inherited from interface com.google.inject.Module

        configure
    • Method Detail

      • getBootstrapModule

        static com.google.inject.Module getBootstrapModule()