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

Method qualifier

java/dagger/model/Key.java:46–48  ·  view source on GitHub ↗

A javax.inject.Qualifier annotation that provides a unique namespace prefix for the type of this key.

()

Source from the content-addressed store, hash-verified

44 * for the type of this key.
45 */
46 public final Optional<AnnotationMirror> qualifier() {
47 return wrappedQualifier().map(Wrapper::get);
48 }
49
50 /**
51 * The type represented by this key.

Callers 15

toStringMethod · 0.95
nameMethod · 0.95
formatKeyMethod · 0.45
formatKeyMethod · 0.45
visitMethodDefMethod · 0.45
keyNodeMethod · 0.45

Calls 2

wrappedQualifierMethod · 0.95
mapMethod · 0.65

Tested by 2