Interface DependentBeanProvider
Internal interface implemented by bean registrations that keep dependent bean registrations.
- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescriptionList<BeanRegistration<?>> Returns an immutable snapshot of the dependent bean registrations.
-
Method Details
-
dependentBeans
List<BeanRegistration<?>> dependentBeans()Returns an immutable snapshot of the dependent bean registrations.- Returns:
- The dependent bean registrations
-