Uses of Interface
gw.gosudoc.com.sun.javadoc.AnnotationTypeDoc
-
-
Uses of AnnotationTypeDoc in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDocAnnotationDesc. annotationType()Deprecated.Returns the annotation type of this annotation.AnnotationTypeDoc[]PackageDoc. annotationTypes()Deprecated.Get included annotation types in this package.AnnotationTypeDocType. 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 AnnotationTypeDoc Modifier and Type Field Description protected AnnotationTypeDocAnnotationTypeWriterImpl. annotationTypeDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDocAnnotationTypeWriterImpl. getAnnotationTypeDoc()Deprecated.Return theAnnotationTypeDocbeing documented.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type AnnotationTypeDoc Modifier and Type Method Description private voidHtmlDocletWriter. addAnnotations(AnnotationTypeDoc annotationDoc, LinkInfoImpl linkInfo, ContentBuilder annotation, AnnotationDesc.ElementValuePair[] pairs, int indent, boolean linkBreak)Deprecated.Add annotation to the annotation string.AnnotationTypeWriterWriterFactoryImpl. 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 AnnotationTypeDocAnnotationTypeWriter. getAnnotationTypeDoc()Deprecated.Return theAnnotationTypeDocbeing documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeWriterWriterFactory. 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
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as AnnotationTypeDoc Modifier and Type Field Description private AnnotationTypeDocAnnotationTypeBuilder. annotationTypeDocDeprecated.The annotation type being documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeDoc Modifier and Type Method Description AbstractBuilderBuilderFactory. 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.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeDoc Constructor Description AnnotationTypeBuilder(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 private AnnotationTypeElementDoc[]VisibleMemberMap.ClassMembers. filter(AnnotationTypeDoc doc, boolean required)Filter the annotation type members and return either the required members or the optional members, depending on the value of the required parameter.booleanUtils. 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 AnnotationTypeDoc Modifier and Type Class Description classAnnotationTypeDocImplDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDocAnnotationDescImpl. annotationType()Deprecated.Returns the annotation type of this annotation.AnnotationTypeDoc[]PackageDocImpl. annotationTypes()Deprecated.Get included annotation types in this package.AnnotationTypeDocAbstractTypeImpl. asAnnotationTypeDoc()Deprecated.AnnotationTypeDocClassDocImpl. asAnnotationTypeDoc()Deprecated.Return null (unless overridden), as this is not an annotation type.AnnotationTypeDocPrimitiveType. asAnnotationTypeDoc()Deprecated.Return null, as this is not an annotation type.AnnotationTypeDocTypeMaker.ArrayTypeImpl. asAnnotationTypeDoc()Return this type as anAnnotationTypeDocif it represents an annotation type.
-