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

Method wrappedType

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

The type represented by this key. As documented in TypeMirror, equals and hashCode aren't implemented to represent logical equality, so MoreTypes#equivalence() wraps this type.

()

Source from the content-addressed store, hash-verified

71 * logical equality, so {@link MoreTypes#equivalence()} wraps this type.
72 */
73 abstract Equivalence.Wrapper<TypeMirror> wrappedType();
74
75 /**
76 * Distinguishes keys for multibinding contributions that share a {@link #type()} and {@link

Callers 1

typeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected