FileDocCategorySizeDatePackage
AttRuntimeVisibleAnnotations.javaAPI DocAndroid 5.1 API1432Thu Mar 12 22:18:30 GMT 2015com.android.dx.cf.attrib

AttRuntimeVisibleAnnotations

public final class AttRuntimeVisibleAnnotations extends BaseAnnotations
Attribute class for standard {@code RuntimeVisibleAnnotations} attributes.

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

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


                                     
      
              
        super(ATTRIBUTE_NAME, annotations, byteLength);
    
Methods Summary