< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/AnnotationTypeFieldWriter.java

Print this page

        

@@ -54,22 +54,21 @@
     void addAnnotationFieldDetailsMarker(Content memberDetails);
 
     /**
      * Add the annotation type details tree header.
      *
-     * @param typeElement the annotation type being documented
+     * @return content tree for the annotation details header
      */
-    Content getAnnotationDetailsTreeHeader(TypeElement typeElement);
+    Content getAnnotationDetailsTreeHeader();
 
     /**
      * Get the annotation type documentation tree header.
      *
      * @param member the annotation type being documented
-     * @param annotationDetailsTree the content tree representing annotation type details
      * @return content tree for the annotation type documentation header
      */
-    Content getAnnotationDocTreeHeader(Element member, Content annotationDetailsTree);
+    Content getAnnotationDocTreeHeader(Element member);
 
     /**
      * Get the annotation type details tree.
      *
      * @param annotationDetailsTreeHeader the content tree representing annotation type details header
< prev index next >