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

Method getMapKeys

java/dagger/internal/codegen/MapKeys.java:72–74  ·  view source on GitHub ↗

Returns all of the MapKey annotations that annotate bindingElement.

(Element bindingElement)

Source from the content-addressed store, hash-verified

70 * Returns all of the {@link MapKey} annotations that annotate {@code bindingElement}.
71 */
72 static ImmutableSet<? extends AnnotationMirror> getMapKeys(Element bindingElement) {
73 return getAnnotatedAnnotations(bindingElement, MapKey.class);
74 }
75
76 /**
77 * Returns the annotation value if {@code mapKey}'s type is annotated with

Callers 2

getMapKeyMethod · 0.95
checkMapKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected