public static interface BindingGraph.ComponentNode extends BindingGraph.Node
Modifier and Type | Method and Description |
---|---|
ComponentPath |
componentPath()
The component represented by this node.
|
com.google.common.collect.ImmutableSet<DependencyRequest> |
entryPoints()
The entry points on this component.
|
com.google.common.collect.ImmutableSet<Scope> |
scopes()
The scopes declared on this component.
|
ComponentPath componentPath()
componentPath
in interface BindingGraph.Node
com.google.common.collect.ImmutableSet<DependencyRequest> entryPoints()
com.google.common.collect.ImmutableSet<Scope> scopes()