1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-25 06:50:09 +08:00
This commit is contained in:
Him188 2020-12-14 12:12:11 +08:00
parent d43cfd1e08
commit 5600cb5698

View File

@ -191,9 +191,9 @@ public interface Message { // must be interface. Don't consider any changes.
/**
* 标注一个实验性的 [MessageKey] API.
*
* `1.0-M2` 时将会推进 [MessageKey] 到稳定状态并删除此注解.
* `2.0-M2` 时将会推进 [MessageKey] 到稳定状态并删除此注解.
*/
@PlannedRemoval("1.0-M2")
@PlannedRemoval("2.0-M2")
@MiraiExperimentalApi
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
public annotation class ExperimentalMessageKey