Searched refs:AnnotationDesc (Results 1 - 15 of 15) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DAnnotationDesc.java36 public interface AnnotationDesc { interface
H A DParameter.java73 AnnotationDesc[] annotations();
H A DPackageDoc.java120 AnnotationDesc[] annotations();
H A DProgramElementDoc.java95 AnnotationDesc[] annotations();
/openjdk7/langtools/test/tools/javadoc/annotations/missing/
H A DMain.java34 import com.sun.javadoc.AnnotationDesc;
46 for (AnnotationDesc a : d.annotations()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DParameterImpl.java97 public AnnotationDesc[] annotations() {
98 AnnotationDesc res[] = new AnnotationDesc[sym.getAnnotationMirrors().length()];
H A DProgramElementDocImpl.java159 public AnnotationDesc[] annotations() {
160 AnnotationDesc res[] = new AnnotationDesc[sym.getAnnotationMirrors().length()];
H A DPackageDocImpl.java285 public AnnotationDesc[] annotations() {
286 AnnotationDesc res[] = new AnnotationDesc[sym.getAnnotationMirrors().length()];
H A DAnnotationDescImpl.java47 public class AnnotationDescImpl implements AnnotationDesc {
/openjdk7/langtools/test/tools/javadoc/annotations/defaults/
H A DMain.java36 import com.sun.javadoc.AnnotationDesc.*;
/openjdk7/langtools/test/tools/javadoc/annotations/elementTypes/
H A DMain.java37 import com.sun.javadoc.AnnotationDesc.*;
/openjdk7/langtools/test/tools/javadoc/lib/
H A DTester.java265 private void prAnnotations(int off, AnnotationDesc[] as)
268 for (AnnotationDesc a : as)
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java2723 * @param descList the array of {@link AnnotationDesc}.
2725 private void writeAnnotationInfo(Doc doc, AnnotationDesc[] descList) {
2733 * @param descList the array of {@link AnnotationDesc}.
2737 private void addAnnotationInfo(Doc doc, AnnotationDesc[] descList,
2747 * @param descList the array of {@link AnnotationDesc}.
2749 private boolean writeAnnotationInfo(int indent, Doc doc, AnnotationDesc[] descList, boolean lineBreak) {
2767 * @param descList the array of {@link AnnotationDesc}.
2772 AnnotationDesc[] descList, boolean lineBreak, Content htmltree) {
2790 * @param descList the array of {@link AnnotationDesc}.
2795 private List<String> getAnnotations(int indent, AnnotationDesc[] descLis
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DClassUseMapper.java443 AnnotationDesc[] annotations;
475 AnnotationDesc[] annotations;
H A DUtil.java673 AnnotationDesc[] annotationDescList = annotationDoc.annotations();
880 AnnotationDesc[] annotationDescList;

Completed in 93 milliseconds