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

Print this page

        

*** 60,69 **** --- 60,71 ---- * @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 AbstractAnnotationValueVisitor7 * @since 1.6 */ @SupportedSourceVersion(RELEASE_6) public abstract class AbstractAnnotationValueVisitor6<R, P> implements AnnotationValueVisitor<R, P> {