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

changeset 575
9a7c998bf2fc
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
567:593a59e40bdb 575:9a7c998bf2fc
63 * additional parameter. 63 * additional parameter.
64 * 64 *
65 * @author Joseph D. Darcy 65 * @author Joseph D. Darcy
66 * @author Scott Seligman 66 * @author Scott Seligman
67 * @author Peter von der Ahé 67 * @author Peter von der Ahé
68 *
69 * @see AbstractElementVisitor7
68 * @since 1.6 70 * @since 1.6
69 */ 71 */
70 @SupportedSourceVersion(RELEASE_6) 72 @SupportedSourceVersion(RELEASE_6)
71 public abstract class AbstractElementVisitor6<R, P> implements ElementVisitor<R, P> { 73 public abstract class AbstractElementVisitor6<R, P> implements ElementVisitor<R, P> {
72 /** 74 /**

mercurial