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

This interface represents annotations for a field.

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

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

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

Description: Get the field index.
return: the field index

