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

Print this page

        

*** 54,63 **** --- 54,64 ---- * @param <P> the type of the additional parameter to this visitor's * methods. Use {@code Void} for visitors that do not need an * additional parameter. * * @see AbstractTypeVisitor6 + * @see AbstractTypeVisitor8 * @since 1.7 */ public abstract class AbstractTypeVisitor7<R, P> extends AbstractTypeVisitor6<R, P> { /** * Constructor for concrete subclasses to call.