Update documentation for @JvmDefault
This commit is contained in:
@@ -15,6 +15,7 @@ import kotlin.internal.RequireKotlinVersionKind
|
|||||||
* This annotation requires explicit compilation flag to be enabled: `-Xenable-jvm-default`.
|
* This annotation requires explicit compilation flag to be enabled: `-Xenable-jvm-default`.
|
||||||
* Also this requires jvmTarget 1.8 or higher.
|
* Also this requires jvmTarget 1.8 or higher.
|
||||||
* Adding or removing this annotation to an interface member is a binary incompatible change.
|
* Adding or removing this annotation to an interface member is a binary incompatible change.
|
||||||
|
* @JvmDefault methods are excluded from interface delegation.
|
||||||
*/
|
*/
|
||||||
@SinceKotlin("1.2")
|
@SinceKotlin("1.2")
|
||||||
@RequireKotlin("1.2.40", versionKind = RequireKotlinVersionKind.COMPILER_VERSION)
|
@RequireKotlin("1.2.40", versionKind = RequireKotlinVersionKind.COMPILER_VERSION)
|
||||||
|
|||||||
Reference in New Issue
Block a user