Searched defs:Annotation (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DAnnotation.java30 * By wrapping text attribute values into an {@code Annotation}, these aspects
37 public class Annotation { class
42 * Constructs a new {@code Annotation}.
47 public Annotation(Object attribute) { method in class:Annotation
/libcore/luni/src/main/java/java/lang/annotation/
H A DAnnotation.java28 public interface Annotation { interface
35 Class<? extends Annotation> annotationType();
/libcore/dex/src/main/java/com/android/dex/
H A DAnnotation.java24 public final class Annotation implements Comparable<Annotation> { class in inherits:Comparable
29 public Annotation(Dex dex, byte visibility, EncodedValue encodedAnnotation) { method in class:Annotation
54 @Override public int compareTo(Annotation other) {

Completed in 134 milliseconds