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

changeset 575
9a7c998bf2fc
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
567:593a59e40bdb 575:9a7c998bf2fc
60 * @param <P> the type of the additional parameter to this visitor's methods. 60 * @param <P> the type of the additional parameter to this visitor's methods.
61 * 61 *
62 * @author Joseph D. Darcy 62 * @author Joseph D. Darcy
63 * @author Scott Seligman 63 * @author Scott Seligman
64 * @author Peter von der Ah&eacute; 64 * @author Peter von der Ah&eacute;
65 *
66 * @see AbstractAnnotationValueVisitor7
65 * @since 1.6 67 * @since 1.6
66 */ 68 */
67 @SupportedSourceVersion(RELEASE_6) 69 @SupportedSourceVersion(RELEASE_6)
68 public abstract class AbstractAnnotationValueVisitor6<R, P> 70 public abstract class AbstractAnnotationValueVisitor6<R, P>
69 implements AnnotationValueVisitor<R, P> { 71 implements AnnotationValueVisitor<R, P> {

mercurial