Update @JvmDefault documentation

This commit is contained in:
Mikhael Bogdanov
2018-04-04 13:11:52 +02:00
parent a6019cc5fb
commit a27d1b7a3b
@@ -11,8 +11,10 @@ import kotlin.internal.RequireKotlinVersionKind
/**
* Specifies that a JVM default method should be generated for non-abstract Kotlin interface member.
*
* This annotation requires explicit compilation flag to be enabled: `-Xenable-jvm-default`.
* Adding annotation is binary incompatible change.
* Also this requires jvmTarget 1.8 or higher.
* Adding or removing this annotation to an interface member is a binary incompatible change.
*/
@SinceKotlin("1.2")
@RequireKotlin("1.2.40", versionKind = RequireKotlinVersionKind.COMPILER_VERSION)