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

Print this page

        

*** 76,85 **** --- 76,86 ---- * @author Joseph D. Darcy * @author Scott Seligman * @author Peter von der Ah&eacute; * * @see ElementKindVisitor7 + * @see ElementKindVisitor8 * @since 1.6 */ @SupportedSourceVersion(RELEASE_6) public class ElementKindVisitor6<R, P> extends SimpleElementVisitor6<R, P> {