Searched refs:annotationDoc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DClassUseMapper.java456 AnnotationTypeDoc annotationDoc = annotations[i].annotationType();
458 refList(map, annotationDoc).add(holder);
460 add(map, annotationDoc, holder);
478 AnnotationTypeDoc annotationDoc = annotations[i].annotationType();
479 refList(map, annotationDoc).add(holder);
H A DUtil.java668 * @param annotationDoc the annotation to check.
672 public static boolean isDocumentedAnnotation(AnnotationTypeDoc annotationDoc) { argument
673 AnnotationDesc[] annotationDescList = annotationDoc.annotations();
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java2799 AnnotationTypeDoc annotationDoc = descList[i].annotationType();
2800 if (! Util.isDocumentedAnnotation(annotationDoc)){
2805 LinkInfoImpl.CONTEXT_ANNOTATION, annotationDoc);
2806 linkInfo.label = "@" + annotationDoc.name();
2816 int spaces = annotationDoc.name().length() + 2;

Completed in 60 milliseconds