src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeRequiredMemberWriter.java

changeset 2035
a2a5ad0853ed
parent 1359
25e14ad23cef
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeRequiredMemberWriter.java	Wed Sep 18 14:39:27 2013 +0200
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeRequiredMemberWriter.java	Wed Sep 18 17:13:26 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -45,6 +45,20 @@
    1.11  public interface AnnotationTypeRequiredMemberWriter {
    1.12  
    1.13      /**
    1.14 +     * Add the annotation type member tree header.
    1.15 +     *
    1.16 +     * @return content tree for the member tree header
    1.17 +     */
    1.18 +    public Content getMemberTreeHeader();
    1.19 +
    1.20 +    /**
    1.21 +     * Add the annotation type details marker.
    1.22 +     *
    1.23 +     * @param memberDetails the content tree representing details marker
    1.24 +     */
    1.25 +    public void addAnnotationDetailsMarker(Content memberDetails);
    1.26 +
    1.27 +    /**
    1.28       * Add the annotation type details tree header.
    1.29       *
    1.30       * @param classDoc the annotation type being documented

mercurial