langtools/src/share/classes/javax/lang/model/util/TypeKindVisitor7.java
changeset 25696 86204c8c6771
parent 15386 92bc08d96f0c
equal deleted inserted replaced
25695:0e7c17d2d3a4 25696:86204c8c6771
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    80  *
    80  *
    81  * @see TypeKindVisitor6
    81  * @see TypeKindVisitor6
    82  * @see TypeKindVisitor8
    82  * @see TypeKindVisitor8
    83  * @since 1.7
    83  * @since 1.7
    84  */
    84  */
       
    85 @SuppressWarnings("deprecation") // Superclass deprecated
    85 @SupportedSourceVersion(RELEASE_7)
    86 @SupportedSourceVersion(RELEASE_7)
    86 public class TypeKindVisitor7<R, P> extends TypeKindVisitor6<R, P> {
    87 public class TypeKindVisitor7<R, P> extends TypeKindVisitor6<R, P> {
    87     /**
    88     /**
    88      * Constructor for concrete subclasses to call; uses {@code null}
    89      * Constructor for concrete subclasses to call; uses {@code null}
    89      * for the default value.
    90      * for the default value.