Uses of Interface
gw.gosudoc.com.sun.javadoc.AnnotationTypeDoc
-
Packages that use AnnotationTypeDoc 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 Contains the base classes that make up a doclet.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders This doclet-independent package has a set of classes and interfaces that are the building blocks for doclets.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util This package has utility classes that perform common services required for API documentation generation.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of AnnotationTypeDoc in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDoc
AnnotationDesc. annotationType()
Deprecated.Returns the annotation type of this annotation.AnnotationTypeDoc[]
PackageDoc. annotationTypes()
Deprecated.Get included annotation types in this package.AnnotationTypeDoc
Type. asAnnotationTypeDoc()
Deprecated.Return this type as anAnnotationTypeDoc
if it represents an annotation type. -
Uses of AnnotationTypeDoc in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as AnnotationTypeDoc Modifier and Type Field Description protected AnnotationTypeDoc
AnnotationTypeWriterImpl. annotationType
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDoc
AnnotationTypeWriterImpl. getAnnotationTypeDoc()
Deprecated.Return theAnnotationTypeDoc
being documented.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeWriter
WriterFactoryImpl. getAnnotationTypeWriter(AnnotationTypeDoc annotationType, Type prevType, Type nextType)
Deprecated.Return the writer for an annotation type.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type AnnotationTypeDoc Constructor Description AnnotationTypeFieldWriterImpl(SubWriterHolderWriter writer, AnnotationTypeDoc annotationType)
Deprecated.Construct a new AnnotationTypeFieldWriterImpl.AnnotationTypeOptionalMemberWriterImpl(SubWriterHolderWriter writer, AnnotationTypeDoc annotationType)
Deprecated.Construct a new AnnotationTypeOptionalMemberWriterImpl.AnnotationTypeRequiredMemberWriterImpl(SubWriterHolderWriter writer, AnnotationTypeDoc annotationType)
Deprecated.Construct a new AnnotationTypeRequiredMemberWriterImpl.AnnotationTypeWriterImpl(ConfigurationImpl configuration, AnnotationTypeDoc annotationType, Type prevType, Type nextType)
Deprecated. -
Uses of AnnotationTypeDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDoc
AnnotationTypeWriter. getAnnotationTypeDoc()
Deprecated.Return theAnnotationTypeDoc
being documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeWriter
WriterFactory. getAnnotationTypeWriter(AnnotationTypeDoc annotationType, Type prevType, Type nextType)
Deprecated.Return the writer for an annotation type. -
Uses of AnnotationTypeDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeDoc Modifier and Type Method Description AbstractBuilder
BuilderFactory. getAnnotationTypeBuilder(AnnotationTypeDoc annotationType, Type prevType, Type nextType)
Deprecated.Return the builder for the annotation type.static AnnotationTypeBuilder
AnnotationTypeBuilder. getInstance(AbstractBuilder.Context context, AnnotationTypeDoc annotationTypeDoc, AnnotationTypeWriter writer)
Deprecated.Construct a new ClassBuilder. -
Uses of AnnotationTypeDoc 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 AnnotationTypeDoc Modifier and Type Method Description boolean
Utils. isDeclarationAnnotation(AnnotationTypeDoc annotationDoc, boolean isJava5DeclarationLocation)
Deprecated.Returns true if theannotationDoc
is to be treated as a declaration annotation, when targeting theelemType
element type.boolean
Utils. isDocumentedAnnotation(AnnotationTypeDoc annotationDoc)
Deprecated.Given an annotation, return true if it should be documented and false otherwise. -
Uses of AnnotationTypeDoc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement AnnotationTypeDoc Modifier and Type Class Description class
AnnotationTypeDocImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDoc
AnnotationDescImpl. annotationType()
Deprecated.Returns the annotation type of this annotation.AnnotationTypeDoc[]
PackageDocImpl. annotationTypes()
Deprecated.Get included annotation types in this package.AnnotationTypeDoc
ClassDocImpl. asAnnotationTypeDoc()
Deprecated.Return null (unless overridden), as this is not an annotation type.
-