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

changeset 972
694ff82ca68e
parent 581
f2fdd52e4e87
child 2525
2eb010b6cb22
equal deleted inserted replaced
971:bfbc197b560f 972:694ff82ca68e
26 package com.sun.tools.classfile; 26 package com.sun.tools.classfile;
27 27
28 import java.io.IOException; 28 import java.io.IOException;
29 29
30 /** 30 /**
31 * See JVMS3, section 4.8.2. 31 * See JVMS, section 4.8.2.
32 * 32 *
33 * <p><b>This is NOT part of any supported API. 33 * <p><b>This is NOT part of any supported API.
34 * If you write code that depends on this, you do so at your own risk. 34 * If you write code that depends on this, you do so at your own risk.
35 * This code and its internal interfaces are subject to change or 35 * This code and its internal interfaces are subject to change or
36 * deletion without notice.</b> 36 * deletion without notice.</b>

mercurial