Interface ConstructorBinding<T>

All Superinterfaces:
Binding<T>, Element

public interface ConstructorBinding<T> extends Binding<T>
A binding to the constructor of a concrete clss. To resolve injections, an instance is instantiated by invoking the constructor.
Since:
2.0