Interface Binding

All Superinterfaces:
BindingGraph.MaybeBinding, BindingGraph.Node

public interface Binding extends BindingGraph.MaybeBinding
The association between a Key and the way in which instances of the key are provided. Includes any dependencies that are needed in order to provide the instances.

If a binding is owned by more than one component, there is one Binding for every owning component.

  • Method Details