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

kotlin.internal.internalAnnottaions.kt Maven / Gradle / Ivy

There is a newer version: 2.1.20-Beta1
Show newest version
package kotlin.internal


/**
 * The value of this type parameter should be mentioned in input types (argument types, receiver type or expected type).
 */
@Target(AnnotationTarget.TYPE_PARAMETER)
@Retention(AnnotationRetention.BINARY)
internal annotation class OnlyInputTypes





© 2015 - 2025 Weber Informatics LLC | Privacy Policy