| Package | Description |
|---|---|
| org.eclipse.sisu.launch |
Utilities to test, launch, and extend Sisu applications.
|
| org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SisuExtensions |
SPI mechanism for discovering
Module and Strategy extensions. |
| Modifier and Type | Field | Description |
|---|---|---|
static SpaceModule.Strategy |
SpaceModule.Strategy.DEFAULT |
Default visitor strategy; scan and bind implementations with
Qualifiers. |
| Modifier and Type | Method | Description |
|---|---|---|
com.google.inject.Module |
SpaceModule.with(SpaceModule.Strategy _strategy) |
Applies a new visitor
SpaceModule.Strategy to the current module. |