langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/WildcardType.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    36  * A wildcard type can have explicit <i>extends</i> bounds
    36  * A wildcard type can have explicit <i>extends</i> bounds
    37  * or explicit <i>super</i> bounds or neither, but not both.
    37  * or explicit <i>super</i> bounds or neither, but not both.
    38  *
    38  *
    39  * @author Scott Seligman
    39  * @author Scott Seligman
    40  * @since 1.5
    40  * @since 1.5
       
    41  *
       
    42  * @deprecated
       
    43  *   The declarations in this package have been superseded by those
       
    44  *   in the package {@code jdk.javadoc.doclet}.
       
    45  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    41  */
    46  */
       
    47 @Deprecated
    42 public interface WildcardType extends Type {
    48 public interface WildcardType extends Type {
    43 
    49 
    44     /**
    50     /**
    45      * Return the upper bounds of this wildcard type argument
    51      * Return the upper bounds of this wildcard type argument
    46      * as given by the <i>extends</i> clause.
    52      * as given by the <i>extends</i> clause.