Searched refs:annotationDocumentationMap (Results 1 – 1 of 1) sorted by relevance
121 public static Map<String, String> annotationDocumentationMap = null; field in Doclava2173 if (annotationDocumentationMap == null) { in getDocumentationStringForAnnotation()2175 annotationDocumentationMap = new HashMap<String, String>(); in getDocumentationStringForAnnotation()2184 annotationDocumentationMap.put(split[0], split[1]); in getDocumentationStringForAnnotation()2195 return annotationDocumentationMap.get(annotationName); in getDocumentationStringForAnnotation()