src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
34 import static com.sun.tools.classfile.ExtendedAnnotation.TargetAttribute.*; 34 import static com.sun.tools.classfile.ExtendedAnnotation.TargetAttribute.*;
35 35
36 /** 36 /**
37 * See JSR 308 specification, section 4.1 37 * See JSR 308 specification, section 4.1
38 * 38 *
39 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 39 * <p><b>This is NOT part of any supported API.
40 * you write code that depends on this, you do so at your own risk. 40 * If you write code that depends on this, you do so at your own risk.
41 * This code and its internal interfaces are subject to change or 41 * This code and its internal interfaces are subject to change or
42 * deletion without notice.</b> 42 * deletion without notice.</b>
43 */ 43 */
44 public class ExtendedAnnotation { 44 public class ExtendedAnnotation {
45 ExtendedAnnotation(ClassReader cr) throws IOException, Annotation.InvalidAnnotation { 45 ExtendedAnnotation(ClassReader cr) throws IOException, Annotation.InvalidAnnotation {

mercurial