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

changeset 1054
111bbf1ad913
parent 969
8cc5b440fdde
child 1522
09f65aad4759
equal deleted inserted replaced
1053:0d8edba73d70 1054:111bbf1ad913
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 /**

mercurial