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

Method scopeAnnotation

java/dagger/model/Scope.java:48–50  ·  view source on GitHub ↗

The AnnotationMirror that represents the scope annotation.

()

Source from the content-addressed store, hash-verified

46
47 /** The {@link AnnotationMirror} that represents the scope annotation. */
48 public final AnnotationMirror scopeAnnotation() {
49 return wrappedScopeAnnotation().get();
50 }
51
52 /** The scope annotation element. */
53 public final TypeElement scopeAnnotationElement() {

Callers 3

toStringMethod · 0.95
validateConstructorMethod · 0.80

Calls 2

getMethod · 0.65

Tested by

no test coverage detected