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

changeset 972
694ff82ca68e
parent 581
f2fdd52e4e87
child 1565
d04960f05593
equal deleted inserted replaced
971:bfbc197b560f 972:694ff82ca68e
28 import java.io.IOException; 28 import java.io.IOException;
29 import java.util.LinkedHashSet; 29 import java.util.LinkedHashSet;
30 import java.util.Set; 30 import java.util.Set;
31 31
32 /** 32 /**
33 * See JVMS3, sections 4.2, 4.6, 4.7. 33 * See JVMS, sections 4.2, 4.6, 4.7.
34 * 34 *
35 * <p><b>This is NOT part of any supported API. 35 * <p><b>This is NOT part of any supported API.
36 * If you write code that depends on this, you do so at your own risk. 36 * If you write code that depends on this, you do so at your own risk.
37 * This code and its internal interfaces are subject to change or 37 * This code and its internal interfaces are subject to change or
38 * deletion without notice.</b> 38 * deletion without notice.</b>

mercurial