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