| java.lang.Object | |
| ↳ | org.eclipse.sisu.space.SpaceModule |
Guice Module that automatically binds types annotated with Qualifier annotations.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SpaceModule.Strategy | Visitor strategy. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GLOBAL_INDEX | |||||||||||
| LOCAL_INDEX | |||||||||||
| LOCAL_SCAN | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Applies a new visitor
SpaceModule.Strategy to 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 |
|---|