All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.cwcode.tkach.config.jackson.yaml.YmlConfig Maven / Gradle / Ivy

The newest version!
package ru.cwcode.tkach.config.jackson.yaml;

import ru.cwcode.tkach.config.base.Config;

import static ru.cwcode.tkach.config.server.ServerPlatform.l10n;

public abstract class YmlConfig extends Config {
  public String[] header() {
    return l10n.get("config.header.default").split("\n");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy