Home
last modified time | relevance | path

Searched refs:Inherited (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/annotation/
DInherited.java52 public @interface Inherited { annotation
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementTestSupport.java21 import java.lang.annotation.Inherited;
54 @Inherited
65 @Inherited
74 @Inherited
DClassTest.java21 import java.lang.annotation.Inherited;
38 Repeated.class.isAnnotationPresent(Inherited.class); in setUp()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DAccessibleObjectTest.java22 import java.lang.annotation.Inherited;
69 @Inherited
DFieldTest.java24 import java.lang.annotation.Inherited;
74 @Inherited
/libcore/ojluni/src/main/java/java/lang/
DClass.java34 import java.lang.annotation.Inherited;
2498 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) { in getAnnotation()
2525 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) { in isAnnotationPresent()
2556 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) { in getAnnotationsByType()
2591 if (!map.containsKey(clazz) && clazz.isDeclaredAnnotationPresent(Inherited.class)) { in getAnnotations()
/libcore/
Dopenjdk_java_files.bp107 "ojluni/src/main/java/java/lang/annotation/Inherited.java",