Class DependencyImpl<T>

java.lang.Object
org.refcodes.decoupling.DependencyImpl<T>
Type Parameters:
T - the generic type of the Dependency.
All Implemented Interfaces:
Comparable<Dependency<T>>, ClaimsAccessor, Dependency<T>, InstanceMetricsAccessor, ProfilesAccessor, TagsAccessor, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.Schemable, org.refcodes.mixin.TypeAccessor<T>
Direct Known Subclasses:
DependencyBuilderImpl

public class DependencyImpl<T> extends Object implements Dependency<T>
An implementation of a Dependency.