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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DUtil.java668 * @param annotationDoc the annotation to check.
672 public static boolean isDocumentedAnnotation(AnnotationTypeDoc annotationDoc) { argument
673 AnnotationDesc[] annotationDescList = annotationDoc.annotations();

Completed in 31 milliseconds