Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ key
Method
key
java/dagger/model/Binding.java:33–33 ·
view source on GitHub ↗
The binding's key.
()
Source
from the content-addressed store, hash-verified
31
public
interface
Binding {
32
/** The binding's key. */
33
Key key();
34
35
/**
36
* The dependencies of this binding. The order of the dependencies corresponds to the order in
Callers
15
membersInjectionMethod
Method · 0.95
visitGraph
Method · 0.65
dotNode
Method · 0.65
bindingNodes
Method · 0.65
creationExpression
Method · 0.65
injectionSites
Method · 0.65
write
Method · 0.65
subcomponentNode
Method · 0.65
visitExecutableAsMethod
Method · 0.65
appendRequestedTypeIsInjectedAt
Method · 0.65
frameworkFieldUsages
Method · 0.65
setFactoryClassName
Method · 0.65
Calls
no outgoing calls
Tested by
1
visitGraph
Method · 0.52