Interface IDexAnnotationForMethod
public interface IDexAnnotationForMethod
This interface represents annotations for a method.
-
Method Summary
Modifier and TypeMethodDescriptionGet the annotation items for this method.int
Get the method index.
-
Method Details
-
getMethodIndex
int getMethodIndex()Get the method index.- Returns:
- the method index
-
getAnnotationItems
List<IDexAnnotationItem> getAnnotationItems()Get the annotation items for this method.- Returns:
-