TestStager testLink = (TestStager)annotation;
superType = testLink.superType();
}
else if (TestDestager.class.isAssignableFrom(annotation.annotationType())) {
TestDestager testLink = (TestDestager)annotation;
superType = testLink.superType();
}
else if (TestValidator.class.isAssignableFrom(annotation.annotationType())) {
TestValidator testValidator = (TestValidator)annotation;
superType = testValidator.superType();
}