< prev index next >

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

Print this page

        

*** 70,85 **** * @see AbstractTypeVisitor6 * @see AbstractTypeVisitor8 * @see AbstractTypeVisitor9 * @since 1.7 */ - @SuppressWarnings("deprecation") // Superclass deprecated @SupportedSourceVersion(RELEASE_7) public abstract class AbstractTypeVisitor7<R, P> extends AbstractTypeVisitor6<R, P> { /** * Constructor for concrete subclasses to call. */ protected AbstractTypeVisitor7() { super(); } /** --- 70,85 ---- * @see AbstractTypeVisitor6 * @see AbstractTypeVisitor8 * @see AbstractTypeVisitor9 * @since 1.7 */ @SupportedSourceVersion(RELEASE_7) public abstract class AbstractTypeVisitor7<R, P> extends AbstractTypeVisitor6<R, P> { /** * Constructor for concrete subclasses to call. */ + @SuppressWarnings("deprecation") // Superclass constructor deprecated protected AbstractTypeVisitor7() { super(); } /**
< prev index next >