Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/annotation/
DInherited.java29 public @interface Inherited { annotation
/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/luni/src/test/java/libcore/java/lang/reflect/
DAnnotationsTest.java21 import java.lang.annotation.Inherited;
281 @Inherited
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java26 import java.lang.annotation.Inherited;
95 return isDeclaredAnnotationPresent(annotationType, Inherited.class); in isInherited()