src/share/classes/com/sun/tools/javap/TypeAnnotationWriter.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
39 import java.util.Map; 39 import java.util.Map;
40 40
41 /** 41 /**
42 * Annotate instructions with details about type annotations. 42 * Annotate instructions with details about type annotations.
43 * 43 *
44 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 44 * <p><b>This is NOT part of any supported API.
45 * you write code that depends on this, you do so at your own risk. 45 * If you write code that depends on this, you do so at your own risk.
46 * This code and its internal interfaces are subject to change or 46 * This code and its internal interfaces are subject to change or
47 * deletion without notice.</b> 47 * deletion without notice.</b>
48 */ 48 */
49 public class TypeAnnotationWriter extends InstructionDetailWriter { 49 public class TypeAnnotationWriter extends InstructionDetailWriter {
50 public enum NoteKind { VISIBLE, INVISIBLE }; 50 public enum NoteKind { VISIBLE, INVISIBLE };

mercurial