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

Print this page

        

*** 66,75 **** --- 66,76 ---- * @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 SimpleTypeVisitor6 + * @see SimpleTypeVisitor8 * @since 1.7 */ @SupportedSourceVersion(RELEASE_7) public class SimpleTypeVisitor7<R, P> extends SimpleTypeVisitor6<R, P> { /**