langtools/src/share/classes/javax/lang/model/util/ElementKindVisitor7.java
changeset 10192 378321489bea
parent 9744 3e48977e539d
child 14258 8d2148961366
equal deleted inserted replaced
10191:9e93a8e0a880 10192:378321489bea
    71  * @param <P> the type of the additional parameter to this visitor's
    71  * @param <P> the type of the additional parameter to this visitor's
    72  *            methods.  Use {@code Void} for visitors that do not need an
    72  *            methods.  Use {@code Void} for visitors that do not need an
    73  *            additional parameter.
    73  *            additional parameter.
    74  *
    74  *
    75  * @see ElementKindVisitor6
    75  * @see ElementKindVisitor6
       
    76  * @see ElementKindVisitor8
    76  * @since 1.7
    77  * @since 1.7
    77  */
    78  */
    78 @SupportedSourceVersion(RELEASE_7)
    79 @SupportedSourceVersion(RELEASE_7)
    79 public class ElementKindVisitor7<R, P> extends ElementKindVisitor6<R, P> {
    80 public class ElementKindVisitor7<R, P> extends ElementKindVisitor6<R, P> {
    80     /**
    81     /**