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

Method isReusable

java/dagger/model/Scope.java:85–87  ·  view source on GitHub ↗

Returns true if this scope is the Reusable @Reusable scope.

()

Source from the content-addressed store, hash-verified

83
84 /** Returns {@code true} if this scope is the {@link Reusable @Reusable} scope. */
85 public final boolean isReusable() {
86 return isScope(Reusable.class);
87 }
88
89 /** Returns {@code true} if this scope is the {@link ProductionScope @ProductionScope} scope. */
90 public final boolean isProductionScope() {

Callers 6

getMethod · 0.95
bodyMethod · 0.80
scopeMethod · 0.80
checkBindingScopeMethod · 0.80
getOwningResolverMethod · 0.80

Calls 1

isScopeMethod · 0.95

Tested by

no test coverage detected