Interface Binding<T>

Type Parameters:
T - the type produced by the Binding for a Dependency
All Known Subinterfaces:
ClassBinding<T>, ValueBinding<T>
All Known Implementing Classes:
AbstractBinding

public interface Binding<T>
Defines a mechanism to resolve a Dependency for injection.
Since:
Oct-2024
Author:
brian.oliver
See Also: