| Package | Description | 
|---|---|
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.parsing | Support infrastructure for bean definition parsing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RuntimeBeanNameReferenceImmutable placeholder class used for a property value object when it's a
 reference to another bean name in the factory, to be resolved at runtime. | 
| class  | RuntimeBeanReferenceImmutable placeholder class used for a property value object when it's
 a reference to another bean in the factory, to be resolved at runtime. | 
| Modifier and Type | Method and Description | 
|---|---|
| BeanReference[] | AbstractComponentDefinition. getBeanReferences()Returns an empty array. | 
| BeanReference[] | BeanComponentDefinition. getBeanReferences() | 
| BeanReference[] | ComponentDefinition. getBeanReferences()Return the set of  BeanReferencesthat are considered
 to be important to thisComponentDefinition. |