Uses of Class
org.picocontainer.defaults.ComponentParameter

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

Uses of ComponentParameter in org.picocontainer.defaults
 

Fields in org.picocontainer.defaults declared as ComponentParameter
static ComponentParameter ComponentParameter.ARRAY
          Use ARRAY as Parameterfor an Array that must have elements.
static ComponentParameter ComponentParameter.ARRAY_ALLOW_EMPTY
          Use ARRAY_ALLOW_EMPTY as Parameterfor an Array that may have no elements.
static ComponentParameter ComponentParameter.DEFAULT
          DEFAULT is an instance of ComponentParameter using the default constructor.