T - the annotation type@FunctionalInterface public interface AnnotationInspector<T extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
void |
inspect(TestDescriptor testDescriptor,
Class<?> annotatedType,
T annotation)
Inspect the given annotation on the given annotated type.
|
void inspect(TestDescriptor testDescriptor, Class<?> annotatedType, T annotation)
testDescriptor - the test descriptorannotatedType - the type the annotation is onannotation - the annotationCopyright © 2016–2018 Testify Project. All rights reserved.