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