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
- Author:
- Jamie Ho, Bhavesh Patel (Modified)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addDefaultValueInfo(MemberDoc member, Content annotationDocTree)
Deprecated.Add the the default value documentation.-
Methods inherited from interface gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AnnotationTypeRequiredMemberWriter
addAnnotationDetailsMarker, addAnnotationDetailsTreeHeader, addComments, addDeprecated, addTags, close, getAnnotationDetails, getAnnotationDoc, getAnnotationDocTreeHeader, getMemberTreeHeader, getSignature
-
-