Uses of Interface
org.picocontainer.defaults.ObjectReference

Packages that use ObjectReference
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API. 
 

Uses of ObjectReference in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement ObjectReference
 class SimpleReference
           
 

Fields in org.picocontainer.defaults declared as ObjectReference
private  ObjectReference CachingComponentAdapter.instanceReference
           
 

Constructors in org.picocontainer.defaults with parameters of type ObjectReference
CachingComponentAdapter(ComponentAdapter delegate, ObjectReference instanceReference)