Package org.picocontainer.parameters
package org.picocontainer.parameters
-
ClassesClassDescriptionA BasicComponentParameter should be used to pass in a particular component as argument to a different component's constructor.A CollectionComponentParameter should be used to support inject an
Array
, aCollection
orMap
of components automatically.A ComponentParameter should be used to pass in a particular component as argument to a different component's constructor.A ConstantParameter should be used to pass in "constant" arguments to constructors.Part of the replacement construct for Parameter.ZEROOnce in a great while, you actually want to pass in 'null' as an argument.