| Package | Description |
|---|---|
| org.eclipse.sisu.launch |
Utilities to test, launch, and extend Sisu applications.
|
| org.eclipse.sisu.wire |
Customizable wiring of unresolved dependencies.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SisuExtensions |
SPI mechanism for discovering
Module and Strategy extensions. |
| Modifier and Type | Field | Description |
|---|---|---|
static WireModule.Strategy |
WireModule.Strategy.DEFAULT |
Default wiring strategy; route all unresolved dependencies to the
BeanLocator. |
| Modifier and Type | Method | Description |
|---|---|---|
com.google.inject.Module |
ChildWireModule.with(WireModule.Strategy _strategy) |
Applies a new wiring
WireModule.Strategy to the current module. |
com.google.inject.Module |
WireModule.with(WireModule.Strategy _strategy) |
Applies a new wiring
WireModule.Strategy to the current module. |