Uses of Interface
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
Packages that use AnnotationTypeWriter
Package
Description
-
Uses of AnnotationTypeWriter in gw.gosudoc.com.sun.tools.doclets.formats.html
Classes in gw.gosudoc.com.sun.tools.doclets.formats.html that implement AnnotationTypeWriterMethods in gw.gosudoc.com.sun.tools.doclets.formats.html that return AnnotationTypeWriterModifier and TypeMethodDescriptionWriterFactoryImpl.getAnnotationTypeWriter
(AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated.Return the writer for an annotation type.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type AnnotationTypeWriterModifier and TypeMethodDescriptionWriterFactoryImpl.getAnnotationTypeFieldWriter
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return the annotation type field writer for a given annotation type.WriterFactoryImpl.getAnnotationTypeOptionalMemberWriter
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return the annotation type optional member writer for a given annotation type.WriterFactoryImpl.getAnnotationTypeRequiredMemberWriter
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return the annotation type required member writer for a given annotation type.WriterFactoryImpl.getMemberSummaryWriter
(AnnotationTypeWriter annotationTypeWriter, int memberType) Deprecated.Return the specified member summary writer for a given annotation type. -
Uses of AnnotationTypeWriter in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return AnnotationTypeWriterModifier and TypeMethodDescriptionWriterFactory.getAnnotationTypeWriter
(AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated.Return the writer for an annotation type.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type AnnotationTypeWriterModifier and TypeMethodDescriptionWriterFactory.getAnnotationTypeFieldWriter
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return the annotation type field writer for a given annotation type.WriterFactory.getAnnotationTypeOptionalMemberWriter
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return the annotation type optional member writer for a given annotation type.WriterFactory.getAnnotationTypeRequiredMemberWriter
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return the annotation type required member writer for a given annotation type.WriterFactory.getMemberSummaryWriter
(AnnotationTypeWriter annotationTypeWriter, int memberType) Deprecated.Return the specified member summary writer for a given annotation type. -
Uses of AnnotationTypeWriter in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as AnnotationTypeWriterModifier and TypeFieldDescriptionprivate final AnnotationTypeWriter
AnnotationTypeBuilder.writer
Deprecated.The doclet specific writer.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeWriterModifier and TypeMethodDescriptionBuilderFactory.getAnnotationTypeFieldsBuilder
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return an instance of the annotation type fields builder for the given class.BuilderFactory.getAnnotationTypeOptionalMemberBuilder
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return an instance of the annotation type member builder for the given class.BuilderFactory.getAnnotationTypeRequiredMemberBuilder
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return an instance of the annotation type member builder for the given class.static AnnotationTypeBuilder
AnnotationTypeBuilder.getInstance
(AbstractBuilder.Context context, AnnotationTypeDoc annotationTypeDoc, AnnotationTypeWriter writer) Deprecated.Construct a new ClassBuilder.static MemberSummaryBuilder
MemberSummaryBuilder.getInstance
(AnnotationTypeWriter annotationTypeWriter, AbstractBuilder.Context context) Deprecated.Construct a new MemberSummaryBuilder.BuilderFactory.getMemberSummaryBuilder
(AnnotationTypeWriter annotationTypeWriter) Deprecated.Return an instance of the member summary builder for the given annotation type.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeWriterModifierConstructorDescriptionprivate
AnnotationTypeBuilder
(AbstractBuilder.Context context, AnnotationTypeDoc annotationTypeDoc, AnnotationTypeWriter writer) Deprecated.Construct a new ClassBuilder.