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

Print this page

        

*** 83,93 **** --- 83,96 ---- * @author Peter von der Ah&eacute; * * @see TypeKindVisitor7 * @see TypeKindVisitor8 * @since 1.6 + * @deprecated Release 6 is obsolete; update to a visitor for a newer + * release level. */ + @Deprecated @SupportedSourceVersion(RELEASE_6) public class TypeKindVisitor6<R, P> extends SimpleTypeVisitor6<R, P> { /** * Constructor for concrete subclasses to call; uses {@code null} * for the default value.