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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 972
694ff82ca68e
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
30 import com.sun.tools.classfile.Type.*; 30 import com.sun.tools.classfile.Type.*;
31 31
32 /** 32 /**
33 * See JVMS3 4.4.4. 33 * See JVMS3 4.4.4.
34 * 34 *
35 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 35 * <p><b>This is NOT part of any supported API.
36 * 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>
39 */ 39 */
40 public class Signature extends Descriptor { 40 public class Signature extends Descriptor {
41 41

mercurial