langtools/src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java
changeset 25696 86204c8c6771
parent 25690 b1dac768ab79
equal deleted inserted replaced
25695:0e7c17d2d3a4 25696:86204c8c6771
    73  * @see SimpleAnnotationValueVisitor6
    73  * @see SimpleAnnotationValueVisitor6
    74  * @see SimpleAnnotationValueVisitor8
    74  * @see SimpleAnnotationValueVisitor8
    75  * @see SimpleAnnotationValueVisitor9
    75  * @see SimpleAnnotationValueVisitor9
    76  * @since 1.7
    76  * @since 1.7
    77  */
    77  */
       
    78 @SuppressWarnings("deprecation") // Superclass deprecated
    78 @SupportedSourceVersion(RELEASE_7)
    79 @SupportedSourceVersion(RELEASE_7)
    79 public class SimpleAnnotationValueVisitor7<R, P> extends SimpleAnnotationValueVisitor6<R, P> {
    80 public class SimpleAnnotationValueVisitor7<R, P> extends SimpleAnnotationValueVisitor6<R, P> {
    80     /**
    81     /**
    81      * Constructor for concrete subclasses; uses {@code null} for the
    82      * Constructor for concrete subclasses; uses {@code null} for the
    82      * default value.
    83      * default value.