mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-30 06:37:36 +00:00
[Document][Deprecated] Framework-API 考虑弃用并移除 MessageSource 中的 unknown 类型;
[Document][Deprecated] MessageSource 对 UNKNOWN 标注弃用标识, 考虑对其移除;
This commit is contained in:
parent
e2c6aca34c
commit
3a918fe3ee
@ -39,7 +39,10 @@ public enum MessageSource {
|
|||||||
*/
|
*/
|
||||||
DISCUSS,
|
DISCUSS,
|
||||||
/**
|
/**
|
||||||
* 未知来源
|
* 未知来源.
|
||||||
|
* <p> 虽然 MessageSource 提供了这个类型, 但是请不要在实际运行中使用该值.
|
||||||
|
* @deprecated 意义不明的不可使用类型.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
UNKNOWN
|
UNKNOWN
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user