Searched refs:getAnnotations (Results 1 – 11 of 11) sorted by relevance
43 type.getAnnotations(); in timeGetTypeAnnotations()49 field.getAnnotations(); in timeGetFieldAnnotations()55 method.getAnnotations(); in timeGetMethodAnnotations()105 HasLargeAnnotation.class.getAnnotations(); in timeGetAllReturnsLargeAnnotation()111 HasSmallAnnotation.class.getAnnotations(); in timeGetAllReturnsSmallAnnotation()117 HasMarkerAnnotation.class.getAnnotations(); in timeGetAllReturnsMarkerAnnotation()123 HasNoAnnotations.class.getAnnotations(); in timeGetAllReturnsNoAnnotation()129 HasThreeAnnotations.class.getAnnotations(); in timeGetAllReturnsThreeAnnotations()138 ExtendsHasThreeAnnotations.class.getAnnotations(); in timeGetAnnotationsOnSubclass()
102 Annotation[] getAnnotations(); in getAnnotations() method
179 public Annotation[] getAnnotations() { in getAnnotations() method in AccessibleObject
30 assertEquals(1, getClass().getPackage().getAnnotations().length); in test_getAnnotations()
237 Annotation [] annotations = PublicTestClass.class.getAnnotations(); in test_getAnnotations()241 annotations = ExtendTestClass.class.getAnnotations(); in test_getAnnotations()
211 public Annotation[] getAnnotations() { in getAnnotations() method in AbstractMethod212 return super.getAnnotations(); in getAnnotations()
414 public Annotation[] getAnnotations() { in getAnnotations() method in Package415 return getPackageInfo().getAnnotations(); in getAnnotations()
2395 @Override public Annotation[] getAnnotations() { in getAnnotations() method in Class
157 Annotation[] annotations = ao.getAnnotations(); in test_getAnnotations()
437 Set<Class<? extends Annotation>> actualTypes = annotationsToTypes(element.getAnnotations()); in assertAnnotatedElement()
19 assertEquals(3000, c.getAnnotations().length); in runTest()