src/share/classes/com/sun/tools/javac/code/BoundKind.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
25 25
26 package com.sun.tools.javac.code; 26 package com.sun.tools.javac.code;
27 27
28 /** 28 /**
29 * 29 *
30 * <p><b>This is NOT part of any API supported by Sun Microsystems. 30 * <p><b>This is NOT part of any supported API.
31 * If you write code that depends on this, you do so at your own risk. 31 * If you write code that depends on this, you do so at your own risk.
32 * This code and its internal interfaces are subject to change or 32 * This code and its internal interfaces are subject to change or
33 * deletion without notice.</b> 33 * deletion without notice.</b>
34 */ 34 */
35 public enum BoundKind { 35 public enum BoundKind {

mercurial