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

com.atlan.pkg.CustomConfig.kt Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
/* SPDX-License-Identifier: Apache-2.0
   Copyright 2023 Atlan Pte. Ltd. */
package com.atlan.pkg

/**
 * Base class that must be extended for any configuration, to define the expected contents
 * of the configuration.
 */
abstract class CustomConfig {
    lateinit var runtime: RuntimeConfig
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy