Home
last modified time | relevance | path

Searched refs:annotationDocumentationMap (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DDoclava.java121 public static Map<String, String> annotationDocumentationMap = null; field in Doclava
2173 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()