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 Summary
Modifier and TypeMethodDescriptionvoid
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
-
Method Details
-
addDefaultValueInfo
Deprecated.Add the the default value documentation.- Parameters:
member
- the member being documentedannotationDocTree
- content tree to which the default value will be added
-