langtools/src/share/classes/javax/lang/model/util/TypeKindVisitor6.java
changeset 25690 b1dac768ab79
parent 15386 92bc08d96f0c
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
    83  * @author Peter von der Ahé
    83  * @author Peter von der Ahé
    84  *
    84  *
    85  * @see TypeKindVisitor7
    85  * @see TypeKindVisitor7
    86  * @see TypeKindVisitor8
    86  * @see TypeKindVisitor8
    87  * @since 1.6
    87  * @since 1.6
       
    88  * @deprecated Release 6 is obsolete; update to a visitor for a newer
       
    89  * release level.
    88  */
    90  */
       
    91 @Deprecated
    89 @SupportedSourceVersion(RELEASE_6)
    92 @SupportedSourceVersion(RELEASE_6)
    90 public class TypeKindVisitor6<R, P> extends SimpleTypeVisitor6<R, P> {
    93 public class TypeKindVisitor6<R, P> extends SimpleTypeVisitor6<R, P> {
    91     /**
    94     /**
    92      * Constructor for concrete subclasses to call; uses {@code null}
    95      * Constructor for concrete subclasses to call; uses {@code null}
    93      * for the default value.
    96      * for the default value.