JvmInline

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class JvmInline

Specifies that given value class is inline class.

Adding and removing the annotation is binary incompatible change, since inline classes' methods and functions with inline classes in their signature are mangled.

Since Kotlin

1.5
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class JvmInline

Specifies that given value class is inline class.

Adding and removing the annotation is binary incompatible change, since inline classes' methods and functions with inline classes in their signature are mangled.

Since Kotlin

1.5

Constructors

JvmInline
Link copied to clipboard
fun JvmInline()