Uses of Interface
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
-
Packages that use AnnotationTypeWriter Package Description 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. -
-
Uses of AnnotationTypeWriter in gw.gosudoc.com.sun.tools.doclets.formats.html
Classes in gw.gosudoc.com.sun.tools.doclets.formats.html that implement AnnotationTypeWriter Modifier and Type Class Description class
AnnotationTypeWriterImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeWriter
WriterFactoryImpl. 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 AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeFieldWriter
WriterFactoryImpl. getAnnotationTypeFieldWriter(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return the annotation type field writer for a given annotation type.AnnotationTypeOptionalMemberWriter
WriterFactoryImpl. getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return the annotation type optional member writer for a given annotation type.AnnotationTypeRequiredMemberWriter
WriterFactoryImpl. getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return the annotation type required member writer for a given annotation type.MemberSummaryWriter
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 AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeWriter
WriterFactory. 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 AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeFieldWriter
WriterFactory. getAnnotationTypeFieldWriter(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return the annotation type field writer for a given annotation type.AnnotationTypeOptionalMemberWriter
WriterFactory. getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return the annotation type optional member writer for a given annotation type.AnnotationTypeRequiredMemberWriter
WriterFactory. getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return the annotation type required member writer for a given annotation type.MemberSummaryWriter
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
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeWriter Modifier and Type Method Description AbstractBuilder
BuilderFactory. getAnnotationTypeFieldsBuilder(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return an instance of the annotation type fields builder for the given class.AbstractBuilder
BuilderFactory. getAnnotationTypeOptionalMemberBuilder(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return an instance of the annotation type member builder for the given class.AbstractBuilder
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.AbstractBuilder
BuilderFactory. getMemberSummaryBuilder(AnnotationTypeWriter annotationTypeWriter)
Deprecated.Return an instance of the member summary builder for the given annotation type.
-