langtools/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor9.java
changeset 43767 9cff98a149cb
parent 43147 823bfbf9e914
equal deleted inserted replaced
43648:ce7b7f98a236 43767:9cff98a149cb
    73  *
    73  *
    74  * @see ElementKindVisitor6
    74  * @see ElementKindVisitor6
    75  * @see ElementKindVisitor7
    75  * @see ElementKindVisitor7
    76  * @see ElementKindVisitor8
    76  * @see ElementKindVisitor8
    77  * @since 9
    77  * @since 9
       
    78  * @spec JPMS
    78  */
    79  */
    79 @SupportedSourceVersion(RELEASE_9)
    80 @SupportedSourceVersion(RELEASE_9)
    80 public class ElementKindVisitor9<R, P> extends ElementKindVisitor8<R, P> {
    81 public class ElementKindVisitor9<R, P> extends ElementKindVisitor8<R, P> {
    81     /**
    82     /**
    82      * Constructor for concrete subclasses; uses {@code null} for the
    83      * Constructor for concrete subclasses; uses {@code null} for the