| Class | Description |
|---|---|
| AbstractDelegatingMutablePicoContainer | |
| CachingPicoContainer |
The Caching version of
DefaultPicoContainer |
| EmptyPicoContainer |
empty pico container serving as recoil damper in situations where you
do not like to check whether container reference suplpied to you
is null or not
|
| ImmutablePicoContainer | Deprecated
since 1.2, use the
ImmutablePicoContainerProxyFactory |
| ImplementationHidingCachingPicoContainer |
This special MutablePicoContainer hides implementations of components if the key is an interface.
|
| ImplementationHidingComponentAdapter | Deprecated
since 1.2, moved to package
org.picocontainer.defaults |
| ImplementationHidingComponentAdapterFactory | Deprecated
since 1.2, moved to package
org.picocontainer.defaults |
| ImplementationHidingPicoContainer |
This special MutablePicoContainer hides implementations of components if the key is an interface.
|