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

changeset 575
9a7c998bf2fc
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
567:593a59e40bdb 575:9a7c998bf2fc
74 * additional parameter. 74 * additional parameter.
75 * 75 *
76 * @author Joseph D. Darcy 76 * @author Joseph D. Darcy
77 * @author Scott Seligman 77 * @author Scott Seligman
78 * @author Peter von der Ahé 78 * @author Peter von der Ahé
79 *
80 * @see ElementKindVisitor7
79 * @since 1.6 81 * @since 1.6
80 */ 82 */
81 @SupportedSourceVersion(RELEASE_6) 83 @SupportedSourceVersion(RELEASE_6)
82 public class ElementKindVisitor6<R, P> 84 public class ElementKindVisitor6<R, P>
83 extends SimpleElementVisitor6<R, P> { 85 extends SimpleElementVisitor6<R, P> {

mercurial