langtools/src/share/classes/javax/lang/model/util/SimpleElementVisitor7.java
changeset 10192 378321489bea
parent 8235 0f7e1f7a6a4b
child 14258 8d2148961366
equal deleted inserted replaced
10191:9e93a8e0a880 10192:378321489bea
    67  *             for visitors that do not need to return results.
    67  *             for visitors that do not need to return results.
    68  * @param <P> the type of the additional parameter to this visitor's methods.  Use {@code Void}
    68  * @param <P> the type of the additional parameter to this visitor's methods.  Use {@code Void}
    69  *              for visitors that do not need an additional parameter.
    69  *              for visitors that do not need an additional parameter.
    70  *
    70  *
    71  * @see SimpleElementVisitor6
    71  * @see SimpleElementVisitor6
       
    72  * @see SimpleElementVisitor8
    72  * @since 1.7
    73  * @since 1.7
    73  */
    74  */
    74 @SupportedSourceVersion(RELEASE_7)
    75 @SupportedSourceVersion(RELEASE_7)
    75 public class SimpleElementVisitor7<R, P> extends SimpleElementVisitor6<R, P> {
    76 public class SimpleElementVisitor7<R, P> extends SimpleElementVisitor6<R, P> {
    76     /**
    77     /**