JavaAPI

annotation class JavaAPI(source)

Denotes that the annotated API is specifically designed for usage in Java environments.

This annotation highlights parts of the API that are tailored for or optimized to interoperate with Java code.

Elements annotated with JavaAPI may follow conventions or patterns commonly used in Java, ensuring smoother integration between Kotlin and Java ecosystems.