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 and Description |
---|---|
class |
SisuExtensions
SPI mechanism for discovering
Module and Strategy extensions. |
Modifier and Type | Field and Description |
---|---|
static WireModule.Strategy |
WireModule.Strategy.DEFAULT
Default wiring strategy; route all unresolved dependencies to the
BeanLocator . |
Modifier and Type | Method and 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. |
Copyright © 2020. All rights reserved.