| java.lang.Object | |
| ↳ | org.eclipse.sisu.wire.WireModule |
Guice Module that automatically adds BeanLocator-backed bindings for unresolved dependencies.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WireModule.Strategy | Wiring strategy. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Applies a new wiring
WireModule.Strategy to the current module. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.inject.Module
| |||||||||||
Applies a new wiring WireModule.Strategy to the current module.
| _strategy | The new strategy |
|---|