src/jdk.javadoc/share/classes/com/sun/javadoc/ThrowsTag.java
changeset 48840 5e2d2067da48
parent 47216 71c04702a3d5
equal deleted inserted replaced
48839:042834d56fbf 48840:5e2d2067da48
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    37  * @deprecated
    37  * @deprecated
    38  *   The declarations in this package have been superseded by those
    38  *   The declarations in this package have been superseded by those
    39  *   in the package {@code jdk.javadoc.doclet}.
    39  *   in the package {@code jdk.javadoc.doclet}.
    40  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    40  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    41  */
    41  */
    42 @Deprecated
    42 @Deprecated(since="9", forRemoval=true)
       
    43 @SuppressWarnings("removal")
    43 public interface ThrowsTag extends Tag {
    44 public interface ThrowsTag extends Tag {
    44 
    45 
    45     /**
    46     /**
    46      * Return the name of the exception
    47      * Return the name of the exception
    47      * associated with this {@code ThrowsTag}.
    48      * associated with this {@code ThrowsTag}.