langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/AuthorTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    33  * <p>
    33  * <p>
    34  * &#064;author name-text.
    34  * &#064;author name-text.
    35  *
    35  *
    36  * @since 1.8
    36  * @since 1.8
    37  */
    37  */
    38 @jdk.Exported
       
    39 public interface AuthorTree extends BlockTagTree {
    38 public interface AuthorTree extends BlockTagTree {
    40     /**
    39     /**
    41      * Returns the name of the author.
    40      * Returns the name of the author.
    42      * @return the name
    41      * @return the name
    43      */
    42      */