Searched defs:mapKeyAnnotation (Results 1 – 4 of 4) sorted by relevance
84 MapKey mapKeyAnnotation = mapKey.getAnnotationType().asElement().getAnnotation(MapKey.class); in unwrapValue() local92 static TypeMirror mapKeyType(AnnotationMirror mapKeyAnnotation, DaggerTypes types) { in mapKeyType()149 AnnotationMirror mapKeyAnnotation = binding.mapKeyAnnotation().get(); in getMapKeyExpression() local
56 public final Optional<AnnotationMirror> mapKeyAnnotation() { in mapKeyAnnotation() method in ContributionBinding
102 AnnotationMirror mapKeyAnnotation = in validateMethod() local
151 static TypeAndValue<?> typeAndValueOfMapKey(Annotation mapKeyAnnotation) { in typeAndValueOfMapKey()