Searched defs:Annotation (Results 1 - 2 of 2) 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();

Completed in 236 milliseconds