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

Method canReleaseReferences

java/dagger/model/Scope.java:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 // BindingGraph.scopesRequiringReleasableReferenceManagers() to see if a given binding graph
104 // actually binds a ReleasableReferenceManager for this scope.
105 public final boolean canReleaseReferences() {
106 return isAnnotationPresent(scopeAnnotationElement(), CanReleaseReferences.class)
107 || !releasableReferencesMetadata().isEmpty();
108 }
109
110 /**
111 * Returns the set of annotations on the scope that are themselves annotated with {@link

Callers 1

Calls 4

isAnnotationPresentMethod · 0.80
isEmptyMethod · 0.80

Tested by

no test coverage detected