JvmName should have @Retention(AnnotationRetention.BINARY)
(TODO: fix JVM BE)
This commit is contained in:
@@ -48,7 +48,7 @@ public annotation class JvmStatic
|
||||
* @property name the name of the element.
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.FILE)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@MustBeDocumented
|
||||
public annotation class JvmName(public val name: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user