Uses of Interface
org.picocontainer.PicoContainer

Packages that use PicoContainer
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the dependency injection pattern.
 
BehaviorFactories make Behaviors which change aspects of component implementations and instances
 
Composers collaborate with ComposingMonitor to collect subsets of components for injection according to an scheme like:
Containers are the main user entry point for PicoContainer.
InjectionFactories make Injectors which implement specific types of dependency injection
A Monitor is something PicoContainer uses to inform on events in component instantiation and lifecycle.