From abb07ced6d3fdca8dc5e1d0aeacfbcdbebae1809 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 25 Aug 2017 10:28:02 +0300 Subject: [PATCH] Minor, improve kdoc on JvmStatic --- .../src/kotlin/jvm/annotations/JvmPlatformAnnotations.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/runtime.jvm/src/kotlin/jvm/annotations/JvmPlatformAnnotations.kt b/core/runtime.jvm/src/kotlin/jvm/annotations/JvmPlatformAnnotations.kt index 6a58ebd1d66..28890bec5fc 100644 --- a/core/runtime.jvm/src/kotlin/jvm/annotations/JvmPlatformAnnotations.kt +++ b/core/runtime.jvm/src/kotlin/jvm/annotations/JvmPlatformAnnotations.kt @@ -29,9 +29,9 @@ import kotlin.reflect.KClass @MustBeDocumented public annotation class JvmOverloads - /** - * Specifies that a static method or field needs to be generated from this element. + * Specifies that an additional static method needs to be generated from this element if it's a function. + * If this element is a property, additional static getter/setter methods should be generated. * * See the [Kotlin language documentation](https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html#static-methods) * for more information.