Class InitializableInstanceBinding<T>

  • Type Parameters:
    T - Type of the service described by this injection binding.
    All Implemented Interfaces:
    Cloneable

    public class InitializableInstanceBinding<T>
    extends MatchableBinding<T,​InitializableInstanceBinding<T>>
    implements Cloneable
    Injection binding description of a bean bound directly as a specific instance to be created in a pre-initialization phase and initialized in runtime.