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