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

This interface represents a Dex annotation.

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

Description: Get the elements of this annotation.
return: the elements contained in this annotation

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

Description: Get the type index for this annotation.
return: the type index

