Interface AnnotationTypeRequiredMemberWriter

    • Method Detail

      • getMemberTreeHeader

        Content getMemberTreeHeader()
        Deprecated.
        Add the annotation type member tree header.
        Returns:
        content tree for the member tree header
      • addAnnotationDetailsMarker

        void addAnnotationDetailsMarker​(Content memberDetails)
        Deprecated.
        Add the annotation type details marker.
        Parameters:
        memberDetails - the content tree representing details marker
      • addAnnotationDetailsTreeHeader

        void addAnnotationDetailsTreeHeader​(ClassDoc classDoc,
                                            Content memberDetailsTree)
        Deprecated.
        Add the annotation type details tree header.
        Parameters:
        classDoc - the annotation type being documented
        memberDetailsTree - the content tree representing member details
      • getAnnotationDocTreeHeader

        Content getAnnotationDocTreeHeader​(MemberDoc member,
                                           Content annotationDetailsTree)
        Deprecated.
        Get the annotation type documentation tree header.
        Parameters:
        member - the annotation type being documented
        annotationDetailsTree - the content tree representing annotation type details
        Returns:
        content tree for the annotation type documentation header
      • getAnnotationDetails

        Content getAnnotationDetails​(Content annotationDetailsTree)
        Deprecated.
        Get the annotation type details tree.
        Parameters:
        annotationDetailsTree - the content tree representing annotation type details
        Returns:
        content tree for the annotation type details
      • getAnnotationDoc

        Content getAnnotationDoc​(Content annotationDocTree,
                                 boolean isLastContent)
        Deprecated.
        Get the annotation type documentation.
        Parameters:
        annotationDocTree - the content tree representing annotation type documentation
        isLastContent - true if the content to be added is the last content
        Returns:
        content tree for the annotation type documentation
      • getSignature

        Content getSignature​(MemberDoc member)
        Deprecated.
        Get the signature for the given member.
        Parameters:
        member - the member being documented
        Returns:
        content tree for the annotation type signature
      • addDeprecated

        void addDeprecated​(MemberDoc member,
                           Content annotationDocTree)
        Deprecated.
        Add the deprecated output for the given member.
        Parameters:
        member - the member being documented
        annotationDocTree - content tree to which the deprecated information will be added
      • addComments

        void addComments​(MemberDoc member,
                         Content annotationDocTree)
        Deprecated.
        Add the comments for the given member.
        Parameters:
        member - the member being documented
        annotationDocTree - the content tree to which the comments will be added
      • addTags

        void addTags​(MemberDoc member,
                     Content annotationDocTree)
        Deprecated.
        Add the tags for the given member.
        Parameters:
        member - the member being documented
        annotationDocTree - the content tree to which the tags will be added