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

Method wrappedScopeAnnotation

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

Source from the content-addressed store, hash-verified

43@DoNotMock("Use Scope.scope(AnnotationMirror) to create an instance")
44public abstract class Scope {
45 abstract Equivalence.Wrapper<AnnotationMirror> wrappedScopeAnnotation();
46
47 /** The {@link AnnotationMirror} that represents the scope annotation. */
48 public final AnnotationMirror scopeAnnotation() {

Callers 1

scopeAnnotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected