langtools/src/share/classes/javax/lang/model/util/TypeKindVisitor6.java
changeset 5841 7a8448425bb7
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
5654:680984fb01fd 5841:7a8448425bb7
    72  *            additional parameter.
    72  *            additional parameter.
    73  *
    73  *
    74  * @author Joseph D. Darcy
    74  * @author Joseph D. Darcy
    75  * @author Scott Seligman
    75  * @author Scott Seligman
    76  * @author Peter von der Ahé
    76  * @author Peter von der Ahé
       
    77  *
       
    78  * @see TypeKindVisitor7
    77  * @since 1.6
    79  * @since 1.6
    78  */
    80  */
    79 @SupportedSourceVersion(RELEASE_6)
    81 @SupportedSourceVersion(RELEASE_6)
    80 public class TypeKindVisitor6<R, P> extends SimpleTypeVisitor6<R, P> {
    82 public class TypeKindVisitor6<R, P> extends SimpleTypeVisitor6<R, P> {
    81     /**
    83     /**