public static class DexAnnotation.Element
extends java.lang.Object
This inner class represents elements of a DEX annotation.
Modifier and Type | Method and Description |
---|---|
int |
getNameIndex()
Get the name index of this element.
|
DexValue |
getValue()
Get the value of this element.
|
public int getNameIndex()
Get the name index of this element.
public DexValue getValue()
Get the value of this element.