langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/ExecutableMemberDoc.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    28 /**
    28 /**
    29  * Represents a method or constructor of a java class.
    29  * Represents a method or constructor of a java class.
    30  *
    30  *
    31  * @since 1.2
    31  * @since 1.2
    32  * @author Robert Field
    32  * @author Robert Field
       
    33  *
       
    34  * @deprecated
       
    35  *   The declarations in this package have been superseded by those
       
    36  *   in the package {@code jdk.javadoc.doclet}.
       
    37  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    33  */
    38  */
       
    39 @Deprecated
    34 public interface ExecutableMemberDoc extends MemberDoc {
    40 public interface ExecutableMemberDoc extends MemberDoc {
    35 
    41 
    36     /**
    42     /**
    37      * Return exceptions this method or constructor throws.
    43      * Return exceptions this method or constructor throws.
    38      * If the type of the exception is a type variable, return the
    44      * If the type of the exception is a type variable, return the