Returns all of the MapKey annotations that annotate bindingElement.
(Element bindingElement)
| 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 |
no outgoing calls
no test coverage detected