< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor9.java

Print this page

        

@@ -67,11 +67,11 @@
  *            methods.  Use {@code Void} for visitors that do not need an
  *            additional parameter.
  *
  * @see SimpleTypeVisitor6
  * @see SimpleTypeVisitor7
- * @since 1.8
+ * @since 9
  */
 @SupportedSourceVersion(RELEASE_9)
 public class SimpleTypeVisitor9<R, P> extends SimpleTypeVisitor8<R, P> {
     /**
      * Constructor for concrete subclasses; uses {@code null} for the
< prev index next >