public static class DexAnnotationsDirectory.FieldAnnotation
extends java.lang.Object
This class represents annotations for a field.
Modifier and Type | Method and Description |
---|---|
java.util.List<DexAnnotationItem> |
getAnnotationItemSet()
Get all annotation items that concern this field.
|
int |
getFieldIndex()
Get the field index.
|
public int getFieldIndex()
Get the field index.
public java.util.List<DexAnnotationItem> getAnnotationItemSet()
Get all annotation items that concern this field.