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

/libcore/ojluni/src/main/java/java/text/
H A DAnnotation.java29 * An Annotation object is used as a wrapper for a text attribute value if
48 * Wrapping the attribute value into an Annotation object guarantees that
57 public class Annotation { class
64 public Annotation(Object value) { method in class:Annotation
76 * Returns the String representation of this Annotation.
/libcore/ojluni/src/main/java/java/lang/annotation/
H A DAnnotation.java40 public interface Annotation { interface
130 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 105 milliseconds