Adjust Retention

This commit is contained in:
Him188 2019-11-15 10:48:22 +08:00
parent 07f6570470
commit 0717ff77a9

View File

@ -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)
/**