Searched defs:Annotation (Results 1 – 3 of 3) sorted by relevance
57 public class Annotation { class64 public Annotation(Object value) { in Annotation() method in Annotation
24 public final class Annotation implements Comparable<Annotation> { class29 public Annotation(Dex dex, byte visibility, EncodedValue encodedAnnotation) { in Annotation() method in Annotation
40 public interface Annotation { interface