Interface BeanRegistrationContributionProvider

All Known Implementing Classes:
DefaultBeanRegistrationContributionProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BeanRegistrationContributionProvider
Strategy interface to be implemented by components that require custom contribution for a bean definition.
Since:
6.0
Author:
Stephane Nicoll
  • Method Details