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

Method type

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

The type represented by this key.

()

Source from the content-addressed store, hash-verified

51 * The type represented by this key.
52 */
53 public final TypeMirror type() {
54 return wrappedType().get();
55 }
56
57 /**
58 * A {@link javax.inject.Qualifier} annotation that provides a unique namespace prefix

Callers 10

toStringMethod · 0.95
writeMethod · 0.95
injectionBindingMethod · 0.95
visitMethodDefMethod · 0.95
builderMethod · 0.45

Calls 2

wrappedTypeMethod · 0.95
getMethod · 0.65

Tested by 1