com.google.inject.grapher
Interface InterfaceNode<K>
- Type Parameters:
K
- The type for node IDs.
- All Known Implementing Classes:
- InterfaceNodeFactory.GraphvizNodeAdaptor
public interface InterfaceNode<K>
Node for an interface class that has been bound to an implementation class
or instance. These nodes are basically defined by a Key
.
- Author:
- phopkins@gmail.com (Pete Hopkins)
- See Also:
BindingEdge
setKey
void setKey(Key<?> key)
setSource
void setSource(Object source)
Copyright © 2006-2011 Google, Inc.. All Rights Reserved.