langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/MemberDoc.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    35  * @see FieldDoc
    35  * @see FieldDoc
    36  * @see ClassDoc
    36  * @see ClassDoc
    37  *
    37  *
    38  * @author Kaiyang Liu (original)
    38  * @author Kaiyang Liu (original)
    39  * @author Robert Field (rewrite)
    39  * @author Robert Field (rewrite)
       
    40  *
       
    41  * @deprecated
       
    42  *   The declarations in this package have been superseded by those
       
    43  *   in the package {@code jdk.javadoc.doclet}.
       
    44  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    40  */
    45  */
       
    46 @Deprecated
    41 public interface MemberDoc extends ProgramElementDoc {
    47 public interface MemberDoc extends ProgramElementDoc {
    42 
    48 
    43     /**
    49     /**
    44      * Returns true if this member was synthesized by the compiler.
    50      * Returns true if this member was synthesized by the compiler.
    45      *
    51      *