Commit ccfb4f08 authored by Him188's avatar Him188

Make AnnotatedId deprecated

parent 2953188f
...@@ -9,6 +9,7 @@ import kotlin.reflect.KClass ...@@ -9,6 +9,7 @@ import kotlin.reflect.KClass
/** /**
* 包 ID. 除特殊外, [PacketFactory] 都需要这个注解来指定包 ID. * 包 ID. 除特殊外, [PacketFactory] 都需要这个注解来指定包 ID.
*/ */
@Deprecated("Reflection is not supported in JS. Consider to remove")
@MustBeDocumented @MustBeDocumented
@Retention(AnnotationRetention.RUNTIME) @Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS) @Target(AnnotationTarget.CLASS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment