langtools/src/share/classes/javax/lang/model/util/AbstractElementVisitor8.java
changeset 25690 b1dac768ab79
parent 15386 92bc08d96f0c
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 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
    67  *            methods.  Use {@code Void} for visitors that do not need an
    67  *            methods.  Use {@code Void} for visitors that do not need an
    68  *            additional parameter.
    68  *            additional parameter.
    69  *
    69  *
    70  * @see AbstractElementVisitor6
    70  * @see AbstractElementVisitor6
    71  * @see AbstractElementVisitor7
    71  * @see AbstractElementVisitor7
       
    72  * @see AbstractElementVisitor9
    72  * @since 1.8
    73  * @since 1.8
    73  */
    74  */
    74 @SupportedSourceVersion(RELEASE_8)
    75 @SupportedSourceVersion(RELEASE_8)
    75 public abstract class AbstractElementVisitor8<R, P> extends AbstractElementVisitor7<R, P> {
    76 public abstract class AbstractElementVisitor8<R, P> extends AbstractElementVisitor7<R, P> {
    76     /**
    77     /**