Commit 07828654 authored by Him188's avatar Him188

Add message for MiraiInternalAPI

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