public final class PlexusSpaceModule extends Object implements com.google.inject.Module
Module that provides Plexus semantics without the full-blown Plexus container.| Constructor and Description |
|---|
PlexusSpaceModule(ClassSpace space) |
PlexusSpaceModule(ClassSpace space,
BeanScanning scanning) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.google.inject.Binder binder) |
PlexusSpaceModule |
with(BeanManager manager)
Delegate management of non-Plexus beans to the given
BeanManager. |
public PlexusSpaceModule(ClassSpace space)
public PlexusSpaceModule(ClassSpace space, BeanScanning scanning)
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Modulepublic PlexusSpaceModule with(BeanManager manager)
BeanManager.Copyright © 2016. All Rights Reserved.