MCPcopy Create free account
hub / github.com/google/auto / qualifier

Method qualifier

factory/src/main/java/com/google/auto/factory/processor/Key.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 abstract Optional<Equivalence.Wrapper<AnnotationMirror>> qualifierWrapper();
43
44 Optional<AnnotationMirror> qualifier() {
45 return unwrapOptionalEquivalence(qualifierWrapper());
46 }
47
48 /**
49 * Constructs a key based on the type {@code type} and any {@code Qualifier}s in {@code

Callers 3

toStringMethod · 0.95
createMethod · 0.45

Calls 2

qualifierWrapperMethod · 0.95

Tested by

no test coverage detected