io.wisetime.connector.config.RuntimeConfigKey Maven / Gradle / Ivy
/*
* 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