export class ConfigInjector extends ListInjector {

  get annotationClass() {
    return Config;
  }