Searched defs:Annotation (Results 1 - 2 of 2) 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
65 public Annotation(Object value) { method in class:Annotation
79 * Returns the String representation of this Annotation.
81 * @return the {@code String} representation of this {@code Annotation}
/libcore/ojluni/src/main/java/java/lang/annotation/
H A DAnnotation.java44 public interface Annotation { interface
135 Class<? extends Annotation> annotationType();

Completed in 63 milliseconds