kotlin.internal.internalAnnottaions.kt Maven / Gradle / Ivy
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