langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/PackageDoc.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    34  * array (never null) when there are no objects in the result.
    34  * array (never null) when there are no objects in the result.
    35  *
    35  *
    36  * @since 1.2
    36  * @since 1.2
    37  * @author Kaiyang Liu (original)
    37  * @author Kaiyang Liu (original)
    38  * @author Robert Field (rewrite)
    38  * @author Robert Field (rewrite)
       
    39  *
       
    40  * @deprecated
       
    41  *   The declarations in this package have been superseded by those
       
    42  *   in the package {@code jdk.javadoc.doclet}.
       
    43  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    39  */
    44  */
       
    45 @Deprecated
    40 public interface PackageDoc extends Doc {
    46 public interface PackageDoc extends Doc {
    41 
    47 
    42     /**
    48     /**
    43      * Get all classes and interfaces in the package, filtered to the specified
    49      * Get all classes and interfaces in the package, filtered to the specified
    44      * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">access
    50      * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">access