Class AbstractBinding<T>
java.lang.Object
build.codemodel.dependency.injection.AbstractBinding<T>
- Type Parameters:
T- the type of value produced by theBinding
- All Implemented Interfaces:
Binding<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractBinding(Dependency dependency) Constructs anAbstractBindingfor the specifiedDependency. -
Method Summary
-
Constructor Details
-
AbstractBinding
Constructs anAbstractBindingfor the specifiedDependency.- Parameters:
dependency- theDependency
-
-
Method Details
-
dependency
Description copied from interface:BindingTheDependency.- Specified by:
dependencyin interfaceBinding<T>- Returns:
- the
Dependency
-