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