mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 05:34:42 +08:00
Internal: Suppress UnusedParameter
This commit is contained in:
parent
03f8cc9713
commit
4fb3d6c2b3
@ -41,7 +41,7 @@ public data class At(
|
||||
/**
|
||||
* 构造一个 [At], 仅供内部使用, 否则可能造成消息无法发出的问题.
|
||||
*/
|
||||
@Suppress("FunctionName")
|
||||
@Suppress("FunctionName", "UnusedParameter")
|
||||
@JvmStatic
|
||||
@LowLevelApi
|
||||
@Deprecated("Use constructor instead", ReplaceWith("At(target)", "net.mamoe.mirai.message.data.At"))
|
||||
|
Loading…
Reference in New Issue
Block a user