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

Method scope

java/dagger/model/Binding.java:64–64  ·  view source on GitHub ↗

The scope of this binding if it has one.

()

Source from the content-addressed store, hash-verified

62
63 /** The scope of this binding if it has one. */
64 Optional<Scope> scope();
65
66 /**
67 * Returns {@code true} if this binding may provide {@code null} instead of an instance of {@link

Callers 15

applyMethod · 0.65
scopeMethod · 0.65
bodyMethod · 0.65
injectionBindingMethod · 0.65
providesMethodBindingMethod · 0.65
delegateBindingMethod · 0.65
scopeMethod · 0.65
creationExpressionMethod · 0.65

Calls

no outgoing calls

Tested by 1

applyMethod · 0.52