Searched refs:annotationMap (Results 1 – 2 of 2) sorted by relevance
1304 : {HashMap<String, Annotation> annotationMap = Maps.newHashMap();}1308 Annotation old = annotationMap.put(anno.getType(), anno);1314 if (annotationMap.size() > 0) {1315 $annotations = ImmutableSet.copyOf(annotationMap.values());
7023 HashMap<String, Annotation> annotationMap = Maps.newHashMap(); in annotations() local7046 Annotation old = annotationMap.put(anno.getType(), anno); in annotations()7063 if (annotationMap.size() > 0) { in annotations()7064 annotations = ImmutableSet.copyOf(annotationMap.values()); in annotations()