src/share/classes/javax/lang/model/util/ElementScanner7.java

changeset 1054
111bbf1ad913
parent 851
cad51b6eb7a6
child 1357
c75be5bc5283
equal deleted inserted replaced
1053:0d8edba73d70 1054:111bbf1ad913
84 * @param <P> the type of the additional parameter to this visitor's 84 * @param <P> the type of the additional parameter to this visitor's
85 * methods. Use {@code Void} for visitors that do not need an 85 * methods. Use {@code Void} for visitors that do not need an
86 * additional parameter. 86 * additional parameter.
87 * 87 *
88 * @see ElementScanner6 88 * @see ElementScanner6
89 * @see ElementScanner8
89 * @since 1.7 90 * @since 1.7
90 */ 91 */
91 @SupportedSourceVersion(RELEASE_7) 92 @SupportedSourceVersion(RELEASE_7)
92 public class ElementScanner7<R, P> extends ElementScanner6<R, P> { 93 public class ElementScanner7<R, P> extends ElementScanner6<R, P> {
93 /** 94 /**

mercurial