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

Print this page

        

*** 68,77 **** --- 68,79 ---- * additional parameter. * * @author Joseph D. Darcy * @author Scott Seligman * @author Peter von der Ah&eacute; + * + * @see SimpleTypeVisitor7 * @since 1.6 */ @SupportedSourceVersion(RELEASE_6) public class SimpleTypeVisitor6<R, P> extends AbstractTypeVisitor6<R, P> { /**