Commit 0717ff77 authored by Him188's avatar Him188

Adjust Retention

parent 07f65704
...@@ -36,7 +36,7 @@ annotation class CorrespondingEvent( ...@@ -36,7 +36,7 @@ annotation class CorrespondingEvent(
*/ */
@MustBeDocumented @MustBeDocumented
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY) @Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.BINARY) @Retention(AnnotationRetention.SOURCE)
internal annotation class PacketVersion(val date: String, val timVersion: String) internal annotation class PacketVersion(val date: String, val timVersion: 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