Home
last modified time | relevance | path

Searched refs:getAnnotations (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/lang/reflect/
DAnnotatedElement.java49 Annotation[] getAnnotations(); in getAnnotations() method
DAccessibleObject.java186 public Annotation[] getAnnotations() { in getAnnotations() method in AccessibleObject
196 Annotation[] annos = getAnnotations(); in getAnnotation()
/libcore/luni/src/main/java/java/lang/
DPackage.java80 Annotation[] list = getAnnotations(); in getAnnotation()
96 public Annotation[] getAnnotations() { in getAnnotations() method in Package
DClass.java287 Annotation[] list = getAnnotations(); in getAnnotation()
304 public Annotation[] getAnnotations() { in getAnnotations() method in Class
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DAccessibleObjectTest.java199 Annotation[] annotations = ao.getAnnotations(); in test_getAnnotations()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DClassTest.java171 Annotation [] annotations = PublicTestClass.class.getAnnotations(); in test_getAnnotations()
175 annotations = ExtendTestClass.class.getAnnotations(); in test_getAnnotations()