Class PlexusSpaceModule

java.lang.Object
org.eclipse.sisu.plexus.PlexusSpaceModule
All Implemented Interfaces:
com.google.inject.Module

public final class PlexusSpaceModule extends Object implements com.google.inject.Module
Guice Module that provides Plexus semantics without the full-blown Plexus container.
  • Field Details

  • Constructor Details

  • Method Details

    • configure

      public void configure(com.google.inject.Binder binder)
      Specified by:
      configure in interface com.google.inject.Module
    • with

      public PlexusSpaceModule with(BeanManager manager)
      Delegate management of non-Plexus beans to the given BeanManager.