FileDocCategorySizeDatePackage
AttRuntimeInvisibleAnnotations.javaAPI DocAndroid 1.5 API1425Wed May 06 22:41:02 BST 2009com.android.dx.cf.attrib

AttRuntimeInvisibleAnnotations

public final class AttRuntimeInvisibleAnnotations extends BaseAnnotations
Attribute class for standard RuntimeInvisibleAnnotations attributes.

Fields Summary
public static final String
ATTRIBUTE_NAME
non-null; attribute name for attributes of this type
Constructors Summary
public AttRuntimeInvisibleAnnotations(com.android.dx.rop.annotation.Annotations annotations, int byteLength)
Constructs an instance.

param
annotations non-null; the list of annotations
param
byteLength >= 0; attribute data length in the original classfile (not including the attribute header)


                                    
      
              
        super(ATTRIBUTE_NAME, annotations, byteLength);
    
Methods Summary