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

AttRuntimeInvisibleParameterAnnotations

public final class AttRuntimeInvisibleParameterAnnotations extends BaseParameterAnnotations
Attribute class for standard {@code RuntimeInvisibleParameterAnnotations} attributes.

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

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


                                    
     
                
        super(ATTRIBUTE_NAME, parameterAnnotations, byteLength);
    
Methods Summary