Searched refs:annotationDocumentationMap (Results 1 – 1 of 1) sorted by relevance
100 public static Map<String, String> annotationDocumentationMap = null; field in Doclava1831 if (annotationDocumentationMap == null) { in getDocumentationStringForAnnotation()1833 annotationDocumentationMap = new HashMap<String, String>(); in getDocumentationStringForAnnotation()1842 annotationDocumentationMap.put(split[0], split[1]); in getDocumentationStringForAnnotation()1853 return annotationDocumentationMap.get(annotationName); in getDocumentationStringForAnnotation()