langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/ThrowsTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
child 42831 feff6f296019
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    36  * &#064;exception class-name description <br>
    36  * &#064;exception class-name description <br>
    37  * &#064;throws class-name description
    37  * &#064;throws class-name description
    38  *
    38  *
    39  * @since 1.8
    39  * @since 1.8
    40  */
    40  */
    41 @jdk.Exported
       
    42 public interface ThrowsTree extends BlockTagTree {
    41 public interface ThrowsTree extends BlockTagTree {
    43     /**
    42     /**
    44      * Returns a name of the exception being documented.
    43      * Returns a name of the exception being documented.
    45      * @return the name of the exception
    44      * @return the name of the exception
    46      */
    45      */