Uses of Class
org.picocontainer.defaults.BasicComponentParameter

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

Uses of BasicComponentParameter in org.picocontainer.defaults
 

Subclasses of BasicComponentParameter in org.picocontainer.defaults
 class ComponentParameter
          A ComponentParameter should be used to pass in a particular component as argument to a different component's constructor.
 

Fields in org.picocontainer.defaults declared as BasicComponentParameter
static BasicComponentParameter BasicComponentParameter.BASIC_DEFAULT
          BASIC_DEFAULT is an instance of BasicComponentParameter using the default constructor.