Interface AnnotationTypeOptionalMemberWriter

All Superinterfaces:
AnnotationTypeRequiredMemberWriter
All Known Implementing Classes:
AnnotationTypeOptionalMemberWriterImpl

@Deprecated public interface AnnotationTypeOptionalMemberWriter extends AnnotationTypeRequiredMemberWriter
Deprecated.
The interface for writing annotation type optional member output.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Since:
1.5
  • Method Details

    • addDefaultValueInfo

      void addDefaultValueInfo(MemberDoc member, Content annotationDocTree)
      Deprecated.
      Add the the default value documentation.
      Parameters:
      member - the member being documented
      annotationDocTree - content tree to which the default value will be added