Commit b3a56126 authored by Him188's avatar Him188

Change retention of SinceMirai to BINARY

parent f8d27607
......@@ -46,7 +46,7 @@ annotation class MiraiExperimentalAPI(
* 标记一个自 Mirai 某个版本起才支持或在这个版本修改过的 API.
*/
@Target(CLASS, PROPERTY, FIELD, CONSTRUCTOR, FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER, TYPEALIAS)
@Retention(AnnotationRetention.SOURCE)
@Retention(AnnotationRetention.BINARY)
@MustBeDocumented
annotation class SinceMirai(val version: 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