langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotatedType.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    34  *      {@code @Positive int}
    34  *      {@code @Positive int}
    35  * </pre>
    35  * </pre>
    36  *
    36  *
    37  * @author Mahmood Ali
    37  * @author Mahmood Ali
    38  * @since 1.8
    38  * @since 1.8
       
    39  * @deprecated
       
    40  *   The declarations in this package have been superseded by those
       
    41  *   in the package {@code jdk.javadoc.doclet}.
       
    42  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    39  */
    43  */
       
    44 @Deprecated
    40 public interface AnnotatedType extends Type {
    45 public interface AnnotatedType extends Type {
    41 
    46 
    42     /**
    47     /**
    43      * Returns the annotations associated with this type.
    48      * Returns the annotations associated with this type.
    44      * @return the annotations associated with this type
    49      * @return the annotations associated with this type