| java.lang.Object | |
| ↳ | org.eclipse.sisu.space.SpaceModule | 
Guice Module that automatically binds types annotated with Qualifier annotations.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | SpaceModule.Strategy | Visitor strategy. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final ClassFinder | GLOBAL_INDEX | ||||||||||
| public static final ClassFinder | LOCAL_INDEX | ||||||||||
| public static final ClassFinder | LOCAL_SCAN | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SpaceModule(ClassSpace space) | |||||||||||
| SpaceModule(ClassSpace space, ClassFinder finder) | |||||||||||
| SpaceModule(ClassSpace space, BeanScanning scanning) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | configure(Binder binder) | ||||||||||
| Module | with(SpaceModule.Strategy _strategy) Applies a new visitor  SpaceModule.Strategyto the current module. | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  com.google.inject.Module | |||||||||||
Applies a new visitor SpaceModule.Strategy to the current module.
| _strategy | The new strategy | 
|---|