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

Method wrappedQualifier

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

A javax.inject.Qualifier annotation that provides a unique namespace prefix for the type of this key. Despite documentation in AnnotationMirror, equals and hashCode aren't implemented to represent logical equality, so AnnotationMirrors#equivalence() provides this facility.

()

Source from the content-addressed store, hash-verified

63 * provides this facility.
64 */
65 abstract Optional<Equivalence.Wrapper<AnnotationMirror>> wrappedQualifier();
66
67 /**
68 * The type represented by this key.

Callers 1

qualifierMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected