langtools/src/share/classes/javax/lang/model/util/SimpleTypeVisitor7.java
changeset 10192 378321489bea
parent 9300 c2de4dd9853b
child 15386 92bc08d96f0c
equal deleted inserted replaced
10191:9e93a8e0a880 10192:378321489bea
    66  * @param <P> the type of the additional parameter to this visitor's
    66  * @param <P> the type of the additional parameter to this visitor's
    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 SimpleTypeVisitor6
    70  * @see SimpleTypeVisitor6
       
    71  * @see SimpleTypeVisitor8
    71  * @since 1.7
    72  * @since 1.7
    72  */
    73  */
    73 @SupportedSourceVersion(RELEASE_7)
    74 @SupportedSourceVersion(RELEASE_7)
    74 public class SimpleTypeVisitor7<R, P> extends SimpleTypeVisitor6<R, P> {
    75 public class SimpleTypeVisitor7<R, P> extends SimpleTypeVisitor6<R, P> {
    75     /**
    76     /**