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

Print this page

        

@@ -69,10 +69,12 @@
  *              for visitors that do not need an additional parameter.
  *
  * @author Joseph D. Darcy
  * @author Scott Seligman
  * @author Peter von der Ahé
+ *
+ * @see SimpleElementVisitor7
  * @since 1.6
  */
 @SupportedSourceVersion(RELEASE_6)
 public class SimpleElementVisitor6<R, P> extends AbstractElementVisitor6<R, P> {
     /**