Searched refs:annotation (Results 1 – 24 of 24) sorted by relevance
23 public EncodedAnnotation annotation; field in AnnotationItem29 (annotation = new EncodedAnnotation()).read(file); in read()36 annotation.write(file); in write()41 annotation.incrementIndex(kind, insertedIdx); in incrementIndex()
3 import java.lang.annotation.Retention;4 import static java.lang.annotation.RetentionPolicy.RUNTIME;
3 import java.lang.annotation.*;
4 import java.lang.annotation.*;
3 import java.lang.annotation.Annotation;
17 import java.lang.annotation.Annotation;
1850 const DexFile::AnnotationItem* annotation = in CheckInterAnnotationSetItem() local1852 const uint8_t* data = annotation->annotation_; in CheckInterAnnotationSetItem()