langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 9303 eae35c201e19
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    28 import java.io.IOException;
    28 import java.io.IOException;
    29 
    29 
    30 /**
    30 /**
    31  * See JVMS3, section 4.8.16.
    31  * See JVMS3, section 4.8.16.
    32  *
    32  *
    33  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    33  *  <p><b>This is NOT part of any supported API.
    34  *  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>
    37  */
    37  */
    38 public class RuntimeVisibleAnnotations_attribute extends RuntimeAnnotations_attribute {
    38 public class RuntimeVisibleAnnotations_attribute extends RuntimeAnnotations_attribute {
    39     RuntimeVisibleAnnotations_attribute(ClassReader cr, int name_index, int length)
    39     RuntimeVisibleAnnotations_attribute(ClassReader cr, int name_index, int length)