Exemplo n.º 1
0
  @Inject
  public ActivationKeyRules(JsRunner jsRules, I18n i18n) {
    this.jsRules = jsRules;
    this.i18n = i18n;

    mapper = RulesObjectMapper.instance();
    jsRules.init("activation_key_name_space");
  }