1
0
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:
Him188 2020-01-05 19:55:47 +08:00
parent b9e00f4169
commit 07828654cf

View File

@ -15,7 +15,9 @@ import kotlin.annotation.AnnotationTarget.*
FUNCTION,
PROPERTY
)
annotation class MiraiInternalAPI
annotation class MiraiInternalAPI(
val message: String = ""
)
/**
* 标记这个类, 类型, 函数, 属性, 字段, 或构造器为实验性的.