package

org.eclipse.sisu.containers

Bean containers.

The principal members of this package are:

Main
Classic main entry point that creates a static com.google.inject.Injector for the current class-path.
SisuActivator
OSGi org.osgi.framework.BundleActivator that maintains a dynamic injector graph as bundles come and go.
InjectedTestCase
JUnit junit.framework.TestCase that automatically binds and injects itself.

Classes

InjectedTest Abstract TestNG/JUnit4 test that automatically binds and injects itself. 
InjectedTestCase Abstract JUnit3 TestCase that automatically binds and injects itself. 
Main Bootstrap class that creates a static Injector by scanning the current class-path for beans. 
SisuActivator BundleActivator that maintains a dynamic Injector graph by scanning bundles as they come and go. 
SisuGuice