提交 b378969a 编写于 作者: A Alexander Udalov

Deprecate KotlinSignature, to be removed later

上级 f16f4e55
......@@ -19,6 +19,10 @@ package jet.runtime.typeinfo;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
/**
* @deprecated This annotation is no longer supported by the Kotlin compiler and will be removed in 1.0
*/
@Deprecated
@Target({ElementType.METHOD, ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.FIELD})
public @interface KotlinSignature {
String value();
......
......@@ -19,6 +19,10 @@ package kotlin.jvm;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
/**
* @deprecated This annotation is no longer supported by the Kotlin compiler and will be removed in 1.0
*/
@Deprecated
@Target({ElementType.METHOD, ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.FIELD})
public @interface KotlinSignature {
String value();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册