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

changeset 1054
111bbf1ad913
parent 851
cad51b6eb7a6
child 1522
09f65aad4759
equal deleted inserted replaced
1053:0d8edba73d70 1054:111bbf1ad913
73 * @author Joseph D. Darcy 73 * @author Joseph D. Darcy
74 * @author Scott Seligman 74 * @author Scott Seligman
75 * @author Peter von der Ahé 75 * @author Peter von der Ahé
76 * 76 *
77 * @see SimpleTypeVisitor7 77 * @see SimpleTypeVisitor7
78 * @see SimpleTypeVisitor8
78 * @since 1.6 79 * @since 1.6
79 */ 80 */
80 @SupportedSourceVersion(RELEASE_6) 81 @SupportedSourceVersion(RELEASE_6)
81 public class SimpleTypeVisitor6<R, P> extends AbstractTypeVisitor6<R, P> { 82 public class SimpleTypeVisitor6<R, P> extends AbstractTypeVisitor6<R, P> {
82 /** 83 /**

mercurial