Java to Kotlin annotation retention mapping + new test + JvmLoader test adaptation
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import java.lang.annotation.*
|
||||
|
||||
@java.lang.annotation.Retention(RetentionPolicy.CLASS)
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>@java.lang.annotation.Retention(RetentionPolicy.CLASS)<!>
|
||||
annotation class my
|
||||
|
||||
Retention(RetentionPolicy.RUNTIME)
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>Retention(RetentionPolicy.RUNTIME)<!>
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR)<!>
|
||||
annotation class my1
|
||||
Reference in New Issue
Block a user