Class Binding<V,B extends Binding<V,B>>

java.lang.Object
org.microbean.qualifier.Binding<V,B>
Type Parameters:
V - the type of a Binding's value and of its attribute values
B - the type of the subclass
All Implemented Interfaces:
Comparable<B>, Constable
Direct Known Subclasses:
Qualifier

public abstract class Binding<V,B extends Binding<V,B>> extends Object implements Comparable<B>, Constable
An abstract attributed name-value pair.
Author:
Laird Nelson