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

Method productionScope

java/dagger/internal/codegen/Scopes.java:44–46  ·  view source on GitHub ↗

Returns a representation for ProductionScope @ProductionScope scope.

(Elements elements)

Source from the content-addressed store, hash-verified

42
43 /** Returns a representation for {@link ProductionScope @ProductionScope} scope. */
44 static Scope productionScope(Elements elements) {
45 return scope(elements, ProductionScope.class);
46 }
47
48 /** Returns a representation for {@link Singleton @Singleton} scope. */
49 static Scope singletonScope(Elements elements) {

Callers 1

createMethod · 0.80

Calls 1

scopeMethod · 0.95

Tested by

no test coverage detected