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 classAnnotationTypeWriterImplDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeWriterWriterFactoryImpl. 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 AnnotationTypeFieldWriterWriterFactoryImpl. getAnnotationTypeFieldWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type field writer for a given annotation type.AnnotationTypeOptionalMemberWriterWriterFactoryImpl. getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type optional member writer for a given annotation type.AnnotationTypeRequiredMemberWriterWriterFactoryImpl. getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type required member writer for a given annotation type.MemberSummaryWriterWriterFactoryImpl. 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 AnnotationTypeWriterWriterFactory. 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 AnnotationTypeFieldWriterWriterFactory. getAnnotationTypeFieldWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type field writer for a given annotation type.AnnotationTypeOptionalMemberWriterWriterFactory. getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type optional member writer for a given annotation type.AnnotationTypeRequiredMemberWriterWriterFactory. getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type required member writer for a given annotation type.MemberSummaryWriterWriterFactory. 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 AbstractBuilderBuilderFactory. getAnnotationTypeFieldsBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the annotation type fields builder for the given class.AbstractBuilderBuilderFactory. getAnnotationTypeOptionalMemberBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the annotation type member builder for the given class.AbstractBuilderBuilderFactory. getAnnotationTypeRequiredMemberBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the annotation type member builder for the given class.static AnnotationTypeBuilderAnnotationTypeBuilder. getInstance(AbstractBuilder.Context context, AnnotationTypeDoc annotationTypeDoc, AnnotationTypeWriter writer)Deprecated.Construct a new ClassBuilder.static MemberSummaryBuilderMemberSummaryBuilder. getInstance(AnnotationTypeWriter annotationTypeWriter, AbstractBuilder.Context context)Deprecated.Construct a new MemberSummaryBuilder.AbstractBuilderBuilderFactory. getMemberSummaryBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the member summary builder for the given annotation type.
-