langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/Parameter.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    28 /**
    28 /**
    29  * Parameter information.
    29  * Parameter information.
    30  * This includes a parameter type and parameter name.
    30  * This includes a parameter type and parameter name.
    31  *
    31  *
    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 Parameter {
    40 public interface Parameter {
    35 
    41 
    36     /**
    42     /**
    37      * Get the type of this parameter.
    43      * Get the type of this parameter.
    38      *
    44      *