export class RunInjector extends ListInjector {

  get annotationClass() {
    return Run;
  }