mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 09:50:16 +08:00
Adjust Retention
This commit is contained in:
parent
07f6570470
commit
0717ff77a9
@ -36,7 +36,7 @@ annotation class CorrespondingEvent(
|
||||
*/
|
||||
@MustBeDocumented
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
internal annotation class PacketVersion(val date: String, val timVersion: String)
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user