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

commonMain.com.freeletics.khonshu.codegen.internal.InternalCodegenApi.kt Maven / Gradle / Ivy

There is a newer version: 0.29.1
Show newest version
package com.freeletics.khonshu.codegen.internal

/**
 * Marks runtime APIs as well as generated code that should only be used by other generated code.
 * Code marked with [InternalCodegenApi] has no guarantees about API stability and can be changed
 * at any time.
 */
@RequiresOptIn
@Retention(AnnotationRetention.BINARY)
public annotation class InternalCodegenApi




© 2015 - 2025 Weber Informatics LLC | Privacy Policy