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

This interface represents annotations for the parameters of method.

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

Description: Get the list of annotation items for the parameters of this method.
return: the list of of list of annotation items

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

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

