提交 81f478c6 编写于 作者: M Michael Bogdanov

JvmField retention changed to BINARY

上级 22142ee4
......@@ -96,7 +96,7 @@ internal annotation class JvmVersion(public val minimum: Int = 6, public val max
* Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.
*/
@Target(AnnotationTarget.FIELD)
@Retention(AnnotationRetention.SOURCE)
@Retention(AnnotationRetention.BINARY)
@MustBeDocumented
public annotation class JvmField
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册