langtools/src/share/classes/javax/lang/model/util/ElementKindVisitor6.java
changeset 25690 b1dac768ab79
parent 15386 92bc08d96f0c
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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
    86  * @author Scott Seligman
    86  * @author Scott Seligman
    87  * @author Peter von der Ahé
    87  * @author Peter von der Ahé
    88  *
    88  *
    89  * @see ElementKindVisitor7
    89  * @see ElementKindVisitor7
    90  * @see ElementKindVisitor8
    90  * @see ElementKindVisitor8
       
    91  * @see ElementKindVisitor9
    91  * @since 1.6
    92  * @since 1.6
       
    93  * @deprecated Release 6 is obsolete; update to a visitor for a newer
       
    94  * release level.
    92  */
    95  */
       
    96 @Deprecated
    93 @SupportedSourceVersion(RELEASE_6)
    97 @SupportedSourceVersion(RELEASE_6)
    94 public class ElementKindVisitor6<R, P>
    98 public class ElementKindVisitor6<R, P>
    95                   extends SimpleElementVisitor6<R, P> {
    99                   extends SimpleElementVisitor6<R, P> {
    96     /**
   100     /**
    97      * Constructor for concrete subclasses; uses {@code null} for the
   101      * Constructor for concrete subclasses; uses {@code null} for the