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

kotlin.metadata.jvm.UnstableMetadataApi.kt Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
 * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
 */

package kotlin.metadata.jvm

/**
 * Marks an API still in development and not feature-complete or finalized.
 * Such an API does not provide compatibility guarantees.
 * It can be changed in future releases without migration aids or removed without a replacement.
 */
@RequiresOptIn(
    "This part of API is not yet finished, does not provide any compatibility guarantees and can be changed in the future without notice",
    level = RequiresOptIn.Level.WARNING
)
@MustBeDocumented
public annotation class UnstableMetadataApi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy