| Package | Description | 
|---|---|
| org.springframework.beans.factory.support | Classes supporting the  org.springframework.beans.factorypackage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ManagedArrayTag collection class used to hold managed array elements, which may
 include runtime bean references (to be resolved into bean objects). | 
| class  | ManagedList<E>Tag collection class used to hold managed List elements, which may
 include runtime bean references (to be resolved into bean objects). | 
| class  | ManagedMap<K,V>Tag collection class used to hold managed Map values, which may
 include runtime bean references (to be resolved into bean objects). | 
| class  | ManagedPropertiesTag class which represents a Spring-managed  Propertiesinstance
 that supports merging of parent/child definitions. | 
| class  | ManagedSet<E>Tag collection class used to hold managed Set values, which may
 include runtime bean references (to be resolved into bean objects). |