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

changeset 1054
111bbf1ad913
parent 851
cad51b6eb7a6
child 1522
09f65aad4759
equal deleted inserted replaced
1053:0d8edba73d70 1054:111bbf1ad913
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 * 79 *
80 * @see ElementKindVisitor7 80 * @see ElementKindVisitor7
81 * @see ElementKindVisitor8
81 * @since 1.6 82 * @since 1.6
82 */ 83 */
83 @SupportedSourceVersion(RELEASE_6) 84 @SupportedSourceVersion(RELEASE_6)
84 public class ElementKindVisitor6<R, P> 85 public class ElementKindVisitor6<R, P>
85 extends SimpleElementVisitor6<R, P> { 86 extends SimpleElementVisitor6<R, P> {

mercurial