# Interface: com.pnfsoftware.jeb.core.units.code.android.dex.IDexAnnotationForMethod

This interface represents annotations for a method.

## Method: getAnnotationItems
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.android.dex.IDexAnnotationItem>`

Description: Get the annotation items for this method.
return: the annotation items

## Method: getMethodIndex
- return type: `int`

Description: Get the method index.
return: the method index

