export class FactoryInjector extends ListInjector {

  get annotationClass() {
    return Factory;
  }