org.picocontainer.parameters |
|
Java Source File Name | Type | Comment |
BasicComponentParameter.java | Class | A BasicComponentParameter should be used to pass in a particular component as argument to a
different component's constructor. |
CollectionComponentParameter.java | Class | A CollectionComponentParameter should be used to support inject an
Array , a
Collection or
Map of components automatically. |
ComponentParameter.java | Class | A ComponentParameter should be used to pass in a particular component as argument to a
different component's constructor. |
ConstantParameter.java | Class | A ConstantParameter should be used to pass in "constant" arguments to constructors. |