spring-framework / org.springframework.beans.factory.support / BeanDefinitionBuilder / addPropertyReference

addPropertyReference

open fun addPropertyReference(name: String, beanName: String): BeanDefinitionBuilder

Add a reference to the specified bean name under the property specified.

Parameters

name - the name of the property to add the reference to

beanName - the name of the bean being referenced