langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/ThrowsTag.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    32  *
    32  *
    33  * @author Robert Field
    33  * @author Robert Field
    34  * @author Atul M Dambalkar
    34  * @author Atul M Dambalkar
    35  * @see ExecutableMemberDoc#throwsTags()
    35  * @see ExecutableMemberDoc#throwsTags()
    36  *
    36  *
       
    37  * @deprecated
       
    38  *   The declarations in this package have been superseded by those
       
    39  *   in the package {@code jdk.javadoc.doclet}.
       
    40  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    37  */
    41  */
       
    42 @Deprecated
    38 public interface ThrowsTag extends Tag {
    43 public interface ThrowsTag extends Tag {
    39 
    44 
    40     /**
    45     /**
    41      * Return the name of the exception
    46      * Return the name of the exception
    42      * associated with this {@code ThrowsTag}.
    47      * associated with this {@code ThrowsTag}.