Interface DependentBeanProvider


@Internal public interface DependentBeanProvider
Internal interface implemented by bean registrations that keep dependent bean registrations.
Since:
5.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    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