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

Print this page

        

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