langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java
changeset 9303 eae35c201e19
parent 5847 1908176fd6e3
child 14263 473b1eaede64
equal deleted inserted replaced
9302:13a19cf713fd 9303:eae35c201e19
    27 package com.sun.tools.classfile;
    27 package com.sun.tools.classfile;
    28 
    28 
    29 import java.io.IOException;
    29 import java.io.IOException;
    30 
    30 
    31 /**
    31 /**
    32  * See JVMS3, section 4.4.
    32  * See JVMS, section 4.4.
    33  *
    33  *
    34  *  <p><b>This is NOT part of any supported API.
    34  *  <p><b>This is NOT part of any supported API.
    35  *  If you write code that depends on this, you do so at your own risk.
    35  *  If you write code that depends on this, you do so at your own risk.
    36  *  This code and its internal interfaces are subject to change or
    36  *  This code and its internal interfaces are subject to change or
    37  *  deletion without notice.</b>
    37  *  deletion without notice.</b>