| 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 | Method and Description |
|---|---|
Wiring |
SisuExtensions.wiring(com.google.inject.Binder binder)
WireModule strategy that lets META-INF/services/org.eclipse.sisu.wire.Wiring extensions override
the default wiring. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocatorWiring
Adds
BeanLocator-backed bindings for unresolved bean dependencies. |
| Modifier and Type | Method and Description |
|---|---|
Wiring |
WireModule.Strategy.wiring(com.google.inject.Binder binder)
Selects the
Wiring to be used for the given Binder. |
Copyright © 2016. All Rights Reserved.