![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.com.freeletics.khonshu.codegen.internal.InternalCodegenApi.kt Maven / Gradle / Ivy
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