mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 06:50:08 +08:00
Make AnnotatedId deprecated
This commit is contained in:
parent
2953188f20
commit
ccfb4f085d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user