Searched refs:annotationType (Results 1 – 4 of 4) sorted by relevance
207 Class<T> annotationType = flagsAnnotation.mAnnotationType; in getFlagsForAnnotation() local214 Class<? extends Annotation> currentAnnotationType = annotation.annotationType(); in getFlagsForAnnotation()215 if (currentAnnotationType.equals(annotationType)) { in getFlagsForAnnotation()219 annotationQueue.addAll(List.of(annotation.annotationType().getAnnotations())); in getFlagsForAnnotation()
86 public Class<? extends Annotation> annotationType() { in annotationType() method in TestLogData.LogAnnotation
112 int index = (int) parameter.annotationType().getMethod("value").invoke(parameter); in injectParametersIntoFields()
466 public Class<? extends Annotation> annotationType() { in annotationType() method in TestAnnotation