export class ConstantInjector extends ListInjector {

  get annotationClass() {
    return Constant;
  }