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

changeset 1054
111bbf1ad913
parent 1013
8eb952f43b11
child 1522
09f65aad4759
equal deleted inserted replaced
1053:0d8edba73d70 1054:111bbf1ad913
54 * @param <P> the type of the additional parameter to this visitor's 54 * @param <P> the type of the additional parameter to this visitor's
55 * methods. Use {@code Void} for visitors that do not need an 55 * methods. Use {@code Void} for visitors that do not need an
56 * additional parameter. 56 * additional parameter.
57 * 57 *
58 * @see AbstractTypeVisitor6 58 * @see AbstractTypeVisitor6
59 * @see AbstractTypeVisitor8
59 * @since 1.7 60 * @since 1.7
60 */ 61 */
61 public abstract class AbstractTypeVisitor7<R, P> extends AbstractTypeVisitor6<R, P> { 62 public abstract class AbstractTypeVisitor7<R, P> extends AbstractTypeVisitor6<R, P> {
62 /** 63 /**
63 * Constructor for concrete subclasses to call. 64 * Constructor for concrete subclasses to call.

mercurial