Uses of Interface
gw.gosudoc.com.sun.javadoc.AnnotationDesc
-
-
Uses of AnnotationDesc in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return AnnotationDesc Modifier and Type Method Description AnnotationDesc[]AnnotatedType. annotations()Deprecated.Returns the annotations associated with this type.AnnotationDesc[]PackageDoc. annotations()Deprecated.Get the annotations of this package.AnnotationDesc[]Parameter. annotations()Deprecated.Get the annotations of this parameter.AnnotationDesc[]ProgramElementDoc. annotations()Deprecated.Get the annotations of this program element.AnnotationDesc[]TypeVariable. annotations()Deprecated.Get the annotations of this program element. -
Uses of AnnotationDesc in gw.gosudoc.com.sun.tools.doclets.formats.html
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type AnnotationDesc Modifier and Type Method Description private booleanHtmlDocletWriter. addAnnotationInfo(int indent, Doc doc, AnnotationDesc[] descList, boolean lineBreak, Content htmltree)Deprecated.Adds the annotation types for the given doc.private voidHtmlDocletWriter. addAnnotationInfo(Doc doc, AnnotationDesc[] descList, Content htmltree)Deprecated.Adds the annotatation types for the given doc.voidHtmlDocletWriter. addReceiverAnnotationInfo(ExecutableMemberDoc method, AnnotationDesc[] descList, Content htmltree)Deprecated.Add the annotation types of the executable receiver.protected voidAbstractExecutableMemberWriter. addReceiverAnnotations(ExecutableMemberDoc member, Type rcvrType, AnnotationDesc[] descList, Content tree)Deprecated.Add the receiver annotations information.private java.util.List<Content>HtmlDocletWriter. getAnnotations(int indent, AnnotationDesc[] descList, boolean linkBreak)Deprecated.Return the string representations of the annotation types for the given doc.java.util.List<Content>HtmlDocletWriter. getAnnotations(int indent, AnnotationDesc[] descList, boolean linkBreak, boolean isJava5DeclarationLocation)Deprecated.Return the string representations of the annotation types for the given doc.protected ContentLinkFactoryImpl. getTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)Deprecated. -
Uses of AnnotationDesc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type AnnotationDesc Modifier and Type Method Description private booleanUtils. isDeclarationTarget(AnnotationDesc targetAnno)Deprecated. -
Uses of AnnotationDesc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links with parameters of type AnnotationDesc Modifier and Type Method Description protected abstract ContentLinkFactory. getTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)Deprecated. -
Uses of AnnotationDesc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement AnnotationDesc Modifier and Type Class Description classAnnotationDescImplDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return AnnotationDesc Modifier and Type Method Description AnnotationDesc[]AnnotatedTypeImpl. annotations()Deprecated.Get the annotations of this program element.AnnotationDesc[]PackageDocImpl. annotations()Deprecated.Get the annotations of this package.AnnotationDesc[]ParameterImpl. annotations()Deprecated.Get the annotations of this parameter.AnnotationDesc[]ProgramElementDocImpl. annotations()Deprecated.Get the annotations of this program element.AnnotationDesc[]TypeVariableImpl. annotations()Deprecated.Get the annotations of this program element.Methods in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type AnnotationDesc Modifier and Type Method Description booleanRootDocImpl. isFunctionalInterface(AnnotationDesc annotationDesc)Deprecated.
-