com.google.inject.grapher
Interface DependencyEdge<K>

Type Parameters:
K - The type for node IDs.
All Known Implementing Classes:
DependencyEdgeFactory.GraphvizEdgeAdaptor

public interface DependencyEdge<K>

Interface for an edge from a class or InjectionPoint to the interface node that will satisfy the dependency.

Author:
phopkins@gmail.com (Pete Hopkins)

Nested Class Summary
static interface DependencyEdge.Factory<K,T extends DependencyEdge<K>>
          Factory interface for DependencyEdges.
 



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.