Interface CreationalContext<T>

  • Type Parameters:
    T - the type of instance this context can produce

    public interface CreationalContext<T>
    Context used to create and destroy instances with injection information.