mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-25 06:50:09 +08:00
Add message for MiraiInternalAPI
This commit is contained in:
parent
b9e00f4169
commit
07828654cf
@ -15,7 +15,9 @@ import kotlin.annotation.AnnotationTarget.*
|
||||
FUNCTION,
|
||||
PROPERTY
|
||||
)
|
||||
annotation class MiraiInternalAPI
|
||||
annotation class MiraiInternalAPI(
|
||||
val message: String = ""
|
||||
)
|
||||
|
||||
/**
|
||||
* 标记这个类, 类型, 函数, 属性, 字段, 或构造器为实验性的.
|
||||
|
Loading…
Reference in New Issue
Block a user