[][src]Module dex::annotation

Structures for Annotations on a Class, Method, MethodParams and Fields.

Structs

AnnotationElement

Represents a parameter of an annotation. For example, if @Author(name = "Benjamin Franklin"), is the annotation, this structure represents name = "Benjamin Franklin". Android docs

AnnotationItem

An Annotation along with its visibility. Android docs

AnnotationSetItem

A set of annotations on an element. Android docs

AnnotationSetRefList

List of Annotation Sets. Used for method parameter annotations. Android docs

AnnotationsDirectoryItem

Annotations of the fields, methods and parameters of a class and the class itself. Android docs

EncodedAnnotation

Contains the type and parameters of an Annotation. Android docs

FieldAnnotation

Annotations of a Field. Android docs

MethodAnnotation

Annotations of a Method. Android docs

ParameterAnnotation

Annotations of a Method's parameters. Android docs

Enums

Visibility

Visibility of an annotation. Android docs