export class ServiceInjector extends ListInjector {

  get annotationClass() {
    return Service;
  }