Package | Description |
---|---|
org.junit.platform.commons.util |
Internal common utilities for JUnit.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<AnnotationUtils.AnnotationCacheKey,java.lang.annotation.Annotation> |
AnnotationUtils.annotationCache |
Modifier and Type | Method and Description |
---|---|
private static <A extends java.lang.annotation.Annotation> |
AnnotationUtils.findMetaAnnotation(java.lang.Class<A> annotationType,
java.lang.annotation.Annotation[] candidates,
AnnotationUtils.AnnotationCacheKey key,
java.util.Set<java.lang.annotation.Annotation> visited) |