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

com.swirlds.config.extensions.sources.package-info Maven / Gradle / Ivy

Go to download

Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.

There is a newer version: 0.56.6
Show newest version
/*
 * Copyright 2016-2022 Hedera Hashgraph, LLC
 *
 * This software is the confidential and proprietary information of
 * Hedera Hashgraph, LLC. ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Hedera Hashgraph.
 *
 * HEDERA HASHGRAPH MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
 * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. HEDERA HASHGRAPH SHALL NOT BE LIABLE FOR
 * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
 * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
 */

/**
 * This package provides concrete implementations of the {@link com.swirlds.config.api.source.ConfigSource} interface.
 * The implementations can be added as sources for configuration properties to the configuration (see
 * {@link com.swirlds.config.api.ConfigurationBuilder#withSource(com.swirlds.config.api.source.ConfigSource)}). By
 * default no config source is added.
 * 

* The {@link com.swirlds.config.extensions.sources.ConfigSourceOrdinalConstants} class provide some constants for the * ordinals * of the given config sources. */ package com.swirlds.config.extensions.sources;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy