Interface IDexAnnotationForField
public interface IDexAnnotationForField
This interface represents annotations for a field.
-
Method Summary
Modifier and TypeMethodDescriptionGet the annotation items for this field.int
Get the field index.
-
Method Details
-
getFieldIndex
int getFieldIndex()Get the field index.- Returns:
- the field index
-
getAnnotationItems
List<IDexAnnotationItem> getAnnotationItems()Get the annotation items for this field.- Returns:
-