com.atlan.pkg.CustomConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of package-toolkit-runtime Show documentation
Show all versions of package-toolkit-runtime Show documentation
Atlan custom package runtime toolkit
/* 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