Package com.google.inject.grapher
Class ImplementationNode
java.lang.Object
com.google.inject.grapher.Node
com.google.inject.grapher.ImplementationNode
Node for types that have
Dependency
s and are
bound to InterfaceNode
s. These nodes will often have fields for
Member
s that are InjectionPoint
s.- Since:
- 4.0 (since 2.0 as an interface)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImplementationNode
-
-
Method Details
-
getMembers
-
equals
-
hashCode
public int hashCode() -
toString
-
copy
Description copied from class:Node
Returns a copy of the node with a new ID.
-