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

Method scopeAnnotationElement

java/dagger/model/Scope.java:53–55  ·  view source on GitHub ↗

The scope annotation element.

()

Source from the content-addressed store, hash-verified

51
52 /** The scope annotation element. */
53 public final TypeElement scopeAnnotationElement() {
54 return MoreTypes.asTypeElement(scopeAnnotation().getAnnotationType());
55 }
56
57 /**
58 * Creates a {@link Scope} object from the {@link javax.inject.Scope}-annotated annotation type.

Calls 2

scopeAnnotationMethod · 0.95
getAnnotationTypeMethod · 0.80

Tested by

no test coverage detected