Searched refs:annotationDocumentationMap (Results 1 – 1 of 1) sorted by relevance
106 public static Map<String, String> annotationDocumentationMap = null; field in Doclava1901 if (annotationDocumentationMap == null) { in getDocumentationStringForAnnotation()1903 annotationDocumentationMap = new HashMap<String, String>(); in getDocumentationStringForAnnotation()1912 annotationDocumentationMap.put(split[0], split[1]); in getDocumentationStringForAnnotation()1923 return annotationDocumentationMap.get(annotationName); in getDocumentationStringForAnnotation()