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

Print this page

        

@@ -67,10 +67,12 @@
  * @param <P> the type of the additional parameter to this visitor's methods.
  *
  * @author Joseph D. Darcy
  * @author Scott Seligman
  * @author Peter von der Ah&eacute;
+ *
+ * @see SimpleAnnotationValueVisitor7
  * @since 1.6
  */
 @SupportedSourceVersion(RELEASE_6)
 public class SimpleAnnotationValueVisitor6<R, P>
     extends AbstractAnnotationValueVisitor6<R, P> {