Uses of Interface
gw.gosudoc.com.sun.javadoc.AnnotationTypeDoc
Packages that use AnnotationTypeDoc
Package
Description
-
Uses of AnnotationTypeDoc in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return AnnotationTypeDocModifier and TypeMethodDescriptionAnnotationDesc.annotationType()Deprecated.Returns the annotation type of this annotation.PackageDoc.annotationTypes()Deprecated.Get included annotation types in this package.Type.asAnnotationTypeDoc()Deprecated.Return this type as anAnnotationTypeDocif 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 AnnotationTypeDocModifier and TypeFieldDescriptionprotected AnnotationTypeDocAnnotationTypeWriterImpl.annotationTypeDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return AnnotationTypeDocModifier and TypeMethodDescriptionAnnotationTypeWriterImpl.getAnnotationTypeDoc()Deprecated.Return theAnnotationTypeDocbeing documented.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type AnnotationTypeDocModifier and TypeMethodDescriptionWriterFactoryImpl.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 AnnotationTypeDocModifierConstructorDescriptionAnnotationTypeFieldWriterImpl(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 AnnotationTypeDocModifier and TypeMethodDescriptionAnnotationTypeWriter.getAnnotationTypeDoc()Deprecated.Return theAnnotationTypeDocbeing documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type AnnotationTypeDocModifier and TypeMethodDescriptionWriterFactory.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 AnnotationTypeDocModifier and TypeMethodDescriptionBuilderFactory.getAnnotationTypeBuilder(AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated.Return the builder for the annotation type.static AnnotationTypeBuilderAnnotationTypeBuilder.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 AnnotationTypeDocModifier and TypeMethodDescriptionbooleanUtils.isDeclarationAnnotation(AnnotationTypeDoc annotationDoc, boolean isJava5DeclarationLocation) Deprecated.Returns true if theannotationDocis to be treated as a declaration annotation, when targeting theelemTypeelement type.booleanUtils.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 AnnotationTypeDocMethods in gw.gosudoc.com.sun.tools.javadoc.main that return AnnotationTypeDocModifier and TypeMethodDescriptionAnnotationDescImpl.annotationType()Deprecated.Returns the annotation type of this annotation.PackageDocImpl.annotationTypes()Deprecated.Get included annotation types in this package.ClassDocImpl.asAnnotationTypeDoc()Deprecated.Return null (unless overridden), as this is not an annotation type.