Class BeanDefinitionsContribution

java.lang.Object
org.springframework.beans.factory.generator.BeanDefinitionsContribution
All Implemented Interfaces:
BeanFactoryContribution

public class BeanDefinitionsContribution extends Object implements BeanFactoryContribution
A BeanFactoryContribution that generates the bean definitions of a bean factory, using BeanRegistrationContributionProvider to use appropriate customizations if necessary.

BeanRegistrationContributionProvider can be ordered, with the default implementation always coming last.

Since:
6.0
Author:
Stephane Nicoll
See Also: