com.android.dx.cf.attrib
Class AttRuntimeVisibleAnnotations
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.BaseAnnotations
com.android.dx.cf.attrib.AttRuntimeVisibleAnnotations
- All Implemented Interfaces:
- Attribute
public final class AttRuntimeVisibleAnnotations
- extends BaseAnnotations
Attribute class for standard RuntimeVisibleAnnotations
attributes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_NAME
public static final String ATTRIBUTE_NAME
non-null; attribute name for attributes of this type
- See Also:
- Constant Field Values
AttRuntimeVisibleAnnotations
public AttRuntimeVisibleAnnotations(Annotations annotations,
int byteLength)
- Constructs an instance.
- Parameters:
annotations - non-null; the list of annotationsbyteLength - >= 0; attribute data length in the original
classfile (not including the attribute header)
Copyright © 2015. All rights reserved.