export class DirectiveInjector extends ListInjector {

  get annotationClass() {
    return Directive;
  }