Class MatchableBinding<T,​D extends MatchableBinding>

  • Type Parameters:
    T - Type of the bean described by this injection binding.
    D - Concrete injection binding implementation type.
    Direct Known Subclasses:
    InitializableInstanceBinding, InitializableSupplierInstanceBinding

    public abstract class MatchableBinding<T,​D extends MatchableBinding>
    extends Binding<T,​D>
    A Binding to be able to be compared and matched in the runtime to be properly initialized.
    • Constructor Detail

      • MatchableBinding

        public MatchableBinding()