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.
()
| 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 |