src/share/classes/javax/lang/model/util/ElementKindVisitor6.java

Print this page

        

@@ -76,10 +76,11 @@
  * @author Joseph D. Darcy
  * @author Scott Seligman
  * @author Peter von der Ahé
  *
  * @see ElementKindVisitor7
+ * @see ElementKindVisitor8
  * @since 1.6
  */
 @SupportedSourceVersion(RELEASE_6)
 public class ElementKindVisitor6<R, P>
                   extends SimpleElementVisitor6<R, P> {