Searched defs:annotations (Results 1 – 10 of 10) sorted by relevance
46 Annotation[] annotations = element.getDeclaredAnnotations(); in getDeclaredAnnotation() local78 Annotation[] annotations = element.getDeclaredAnnotations(); in getDeclaredAnnotationsByType() local203 T[] annotations = element.getDeclaredAnnotationsByType(annotationClass); in getAnnotationsByType() local
157 Annotation[] annotations = ao.getAnnotations(); in test_getAnnotations() local172 Annotation[] annotations = ao.getDeclaredAnnotations(); in test_getDeclaredAnnotations() local
128 Annotation[] annotations = ctor1.getDeclaredAnnotations(); in test_getDeclaredAnnotations() local
406 Annotation[][] annotations = method.getParameterAnnotations(); in test_getParameterAnnotations() local
1532 Annotation[] annotations = field.getDeclaredAnnotations(); in test_getDeclaredAnnotations() local
264 RepeatableAnnotation[] annotations = TypeWithMultipleRepeatableAnnotations.class in testRepeatableAnnotation() local277 RepeatableAnnotation[] annotations = TypeWithExplicitRepeatableAnnotations.class in testRepeatableAnnotationExplicit() local291 RepeatableAnnotation[] annotations = aPackage in testRepeatableAnnotationOnPackage() local481 private Set<Class<? extends Annotation>> annotationsToTypes(Annotation[] annotations) { in annotationsToTypes()
47 public final Section annotations = new Section(0x2004); field in TableOfContents
36 Annotation [] annotations = AnnotatedClass.class.getDeclaredAnnotations(); in test_annotationType() local133 …Annotation[][] annotations = c.getDeclaredMethod("test35304_method", parameterTypes).getParameterA… in test35304() local
237 Annotation [] annotations = PublicTestClass.class.getAnnotations(); in test_getAnnotations() local356 Annotation [] annotations = PublicTestClass.class.getDeclaredAnnotations(); in test_getDeclaredAnnotations() local
2442 T[] annotations = AnnotatedElement.super.getAnnotationsByType(annotationClass); in getAnnotationsByType() local