Searched defs:Target (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/annotation/
H A DTarget.java30 * is applicable. If a Target meta-annotation is not present on an
39 * @Target(ElementType.ANNOTATION_TYPE)
48 * @Target({})
54 * appear more than once in a Target annotation. For example, the
57 * @Target({ElementType.FIELD, ElementType.METHOD, ElementType.FIELD})
65 @Target(ElementType.ANNOTATION_TYPE)
66 public @interface Target { interface
/libcore/luni/src/test/etc/loading-test-jar/
H A DTarget.java22 public class Target { class
26 public Target() { method in class:Target

Completed in 174 milliseconds