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

changeset 1054
111bbf1ad913
parent 798
4868a36f6fd8
child 1522
09f65aad4759
equal deleted inserted replaced
1053:0d8edba73d70 1054:111bbf1ad913
1 /* 1 /*
2 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
69 * @author Joseph D. Darcy 69 * @author Joseph D. Darcy
70 * @author Scott Seligman 70 * @author Scott Seligman
71 * @author Peter von der Ahé 71 * @author Peter von der Ahé
72 * 72 *
73 * @see SimpleAnnotationValueVisitor7 73 * @see SimpleAnnotationValueVisitor7
74 * @see SimpleAnnotationValueVisitor8
74 * @since 1.6 75 * @since 1.6
75 */ 76 */
76 @SupportedSourceVersion(RELEASE_6) 77 @SupportedSourceVersion(RELEASE_6)
77 public class SimpleAnnotationValueVisitor6<R, P> 78 public class SimpleAnnotationValueVisitor6<R, P>
78 extends AbstractAnnotationValueVisitor6<R, P> { 79 extends AbstractAnnotationValueVisitor6<R, P> {

mercurial