Interface IDexAnnotation
public interface IDexAnnotation
This interface represents a Dex annotation.
-
Method Summary
Modifier and TypeMethodDescriptionGet the elements of this annotation.int
Get the type index for this annotation.
-
Method Details
-
getTypeIndex
int getTypeIndex()Get the type index for this annotation.- Returns:
- the type index
-
getElements
List<IDexAnnotationElement> getElements()Get the elements of this annotation.- Returns:
- the elements contained in this annotation
-