< prev index next >

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

Print this page

        

*** 73,91 **** * * @see AbstractTypeVisitor7 * @see AbstractTypeVisitor8 * @see AbstractTypeVisitor9 * @since 1.6 - * @deprecated Release 6 is obsolete; update to a visitor for a newer - * release level. */ - @Deprecated @SupportedSourceVersion(RELEASE_6) public abstract class AbstractTypeVisitor6<R, P> implements TypeVisitor<R, P> { /** * Constructor for concrete subclasses to call. */ protected AbstractTypeVisitor6() {} /** * Visits any type mirror as if by passing itself to that type * mirror's {@link TypeMirror#accept accept} method. The --- 73,91 ---- * * @see AbstractTypeVisitor7 * @see AbstractTypeVisitor8 * @see AbstractTypeVisitor9 * @since 1.6 */ @SupportedSourceVersion(RELEASE_6) public abstract class AbstractTypeVisitor6<R, P> implements TypeVisitor<R, P> { /** * Constructor for concrete subclasses to call. + * @deprecated Release 6 is obsolete; update to a visitor for a newer + * release level. */ + @Deprecated protected AbstractTypeVisitor6() {} /** * Visits any type mirror as if by passing itself to that type * mirror's {@link TypeMirror#accept accept} method. The
< prev index next >