Home
last modified time | relevance | path

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

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