langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/MethodDoc.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
child 44878 9dd9cf7919ff
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    28 /**
    28 /**
    29  * Represents a method of a java class.
    29  * Represents a method 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 MethodDoc extends ExecutableMemberDoc {
    40 public interface MethodDoc extends ExecutableMemberDoc {
    35 
    41 
    36     /**
    42     /**
    37      * Return true if this method is abstract
    43      * Return true if this method is abstract
    38      *
    44      *