src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotationDesc.java
changeset 48840 5e2d2067da48
parent 47216 71c04702a3d5
equal deleted inserted replaced
48839:042834d56fbf 48840:5e2d2067da48
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    36  * @deprecated
    36  * @deprecated
    37  *   The declarations in this package have been superseded by those
    37  *   The declarations in this package have been superseded by those
    38  *   in the package {@code jdk.javadoc.doclet}.
    38  *   in the package {@code jdk.javadoc.doclet}.
    39  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    39  *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    40  */
    40  */
    41 @Deprecated
    41 @Deprecated(since="9", forRemoval=true)
       
    42 @SuppressWarnings("removal")
    42 public interface AnnotationDesc {
    43 public interface AnnotationDesc {
    43 
    44 
    44     /**
    45     /**
    45      * Returns the annotation type of this annotation.
    46      * Returns the annotation type of this annotation.
    46      *
    47      *
    75      * @deprecated
    76      * @deprecated
    76      *   The declarations in this package have been superseded by those
    77      *   The declarations in this package have been superseded by those
    77      *   in the package {@code jdk.javadoc.doclet}.
    78      *   in the package {@code jdk.javadoc.doclet}.
    78      *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    79      *   For more information, see the <i>Migration Guide</i> in the documentation for that package.
    79      */
    80      */
    80     @Deprecated
    81     @Deprecated(since="9", forRemoval=true)
    81     public interface ElementValuePair {
    82     public interface ElementValuePair {
    82 
    83 
    83         /**
    84         /**
    84          * Returns the annotation type element.
    85          * Returns the annotation type element.
    85          *
    86          *