[SLC] fix annotation retention mapping
^KT-61377 Fixed
This commit is contained in:
committed by
Space Team
parent
566232fd0d
commit
695f6f0062
+1
-1
@@ -1,4 +1,4 @@
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.BINARY)
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.CLASS)
|
||||
@kotlin.annotation.Retention(value = kotlin.annotation.AnnotationRetention.BINARY)
|
||||
public abstract @interface Anno /* one.Anno*/ {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user