Uses of Class
org.picocontainer.parameters.CollectionComponentParameter
-
Packages that use CollectionComponentParameter Package Description org.picocontainer.parameters -
-
Uses of CollectionComponentParameter in org.picocontainer.parameters
Fields in org.picocontainer.parameters declared as CollectionComponentParameter Modifier and Type Field Description static CollectionComponentParameter
CollectionComponentParameter. ARRAY
UseARRAY
asParameter
for an Array that must have elements.static CollectionComponentParameter
CollectionComponentParameter. ARRAY_ALLOW_EMPTY
UseARRAY_ALLOW_EMPTY
asParameter
for an Array that may have no elements.
-