for (final Service serviceAnnotation : serviceAnnotations) {
addServiceRepresentedBy(serviceAnnotation, services);
}
}
final Service serviceAnnotation = testClass.getAnnotation(Service.class);
if (serviceAnnotation != null) {
addServiceRepresentedBy(serviceAnnotation, services);
}
}