| Package | Description |
|---|---|
| org.eclipse.sisu.launch |
Utilities to test, launch, and extend Sisu applications.
|
| org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
| Class | Description |
|---|---|
| BeanScanning |
Common techniques for discovering bean implementations.
|
| BundleClassSpace |
ClassSpace backed by a strongly-referenced Bundle. |
| ClassSpace |
Represents an abstract collection of related classes and resources.
|
| SpaceModule |
Guice
Module that automatically binds types annotated with Qualifier annotations. |
| SpaceModule.Strategy |
Visitor strategy.
|
| SpaceVisitor |
Something that can visit
ClassSpaces. |
| Class | Description |
|---|---|
| AnnotationVisitor |
Something that can visit annotation declarations.
|
| BeanScanning |
Common techniques for discovering bean implementations.
|
| ClassFinder |
Finds (and optionally filters)
Class resources from ClassSpaces. |
| ClassSpace |
Represents an abstract collection of related classes and resources.
|
| ClassVisitor |
Something that can visit class definitions.
|
| QualifiedTypeListener |
Listens for types annotated with
Qualifier annotations. |
| SpaceModule.Strategy |
Visitor strategy.
|
| SpaceVisitor |
Something that can visit
ClassSpaces. |
| URLClassSpace |