MCPcopy Index your code
hub / github.com/google/dagger / bindingElement

Method bindingElement

java/dagger/model/Binding.java:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 // anything more than an Element. Removing the wildcard would allow for simpler user-written code
54 // when the binding element is passed to a method.
55 Optional<? extends Element> bindingElement();
56
57 /**
58 * The {@link TypeElement} of the module which contributes this binding. Absent for bindings that

Callers 15

bindingNodeMethod · 0.65
factoryPrefixMethod · 0.65
createMethod · 0.65
frameworkFieldNameMethod · 0.65
invokeMethodMethod · 0.65
forBoundInstanceMethod · 0.65
injectionBindingMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected