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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1347
1408af4cd8b0
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
27 27
28 28
29 /** An interface for type tag values, which distinguish between different 29 /** An interface for type tag values, which distinguish between different
30 * sorts of types. 30 * sorts of types.
31 * 31 *
32 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 32 * <p><b>This is NOT part of any supported API.
33 * you write code that depends on this, you do so at your own risk. 33 * If you write code that depends on this, you do so at your own risk.
34 * This code and its internal interfaces are subject to change or 34 * This code and its internal interfaces are subject to change or
35 * deletion without notice.</b> 35 * deletion without notice.</b>
36 */ 36 */
37 public class TypeTags { 37 public class TypeTags {
38 38

mercurial