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

io.wisetime.connector.config.RuntimeConfigKey Maven / Gradle / Ivy

There is a newer version: 2.2.6
Show newest version
/*
 * Copyright (c) 2018 Practice Insight Pty Ltd. All Rights Reserved.
 */

package io.wisetime.connector.config;

/**
 * @author [email protected]
 */
public interface RuntimeConfigKey {

  /**
   * @return Value used for the environment variable or system property (case insensitive).
   */
  String getConfigKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy