export class ProviderInjector extends ListInjector {

  get annotationClass() {
    return Provider;
  }