langtools/src/share/classes/javax/lang/model/util/ElementKindVisitor7.java
changeset 25696 86204c8c6771
parent 25690 b1dac768ab79
equal deleted inserted replaced
25695:0e7c17d2d3a4 25696:86204c8c6771
    83  * @see ElementKindVisitor6
    83  * @see ElementKindVisitor6
    84  * @see ElementKindVisitor8
    84  * @see ElementKindVisitor8
    85  * @see ElementKindVisitor9
    85  * @see ElementKindVisitor9
    86  * @since 1.7
    86  * @since 1.7
    87  */
    87  */
       
    88 @SuppressWarnings("deprecation") // Superclass deprecated
    88 @SupportedSourceVersion(RELEASE_7)
    89 @SupportedSourceVersion(RELEASE_7)
    89 public class ElementKindVisitor7<R, P> extends ElementKindVisitor6<R, P> {
    90 public class ElementKindVisitor7<R, P> extends ElementKindVisitor6<R, P> {
    90     /**
    91     /**
    91      * Constructor for concrete subclasses; uses {@code null} for the
    92      * Constructor for concrete subclasses; uses {@code null} for the
    92      * default value.
    93      * default value.