public class DexAnnotation
extends java.lang.Object
This class represents a DEX annotation.
Modifier and Type | Class and Description |
---|---|
static class |
DexAnnotation.Element
This inner class represents elements of a DEX annotation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DexAnnotation.Element> |
getElements()
Get the elements of this annotation.
|
int |
getTypeIndex()
Get the type index for this annotation.
|
public int getTypeIndex()
Get the type index for this annotation.
public java.util.List<DexAnnotation.Element> getElements()
Get the elements of this annotation.