Uses of Interface
gw.gosudoc.com.sun.javadoc.AnnotationDesc
-
Packages that use AnnotationDesc Package Description gw.gosudoc.com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.gw.gosudoc.com.sun.tools.doclets.formats.html This produces Javadoc's HTML-formatted API output.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links Provides a factory for constructing links.gw.gosudoc.com.sun.tools.javadoc.main -
-
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 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.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.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[]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.
-