kotlin.annotation.Target / Retention have now more priority than same java classes if import java.lang.annotation.* is available
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import java.lang.annotation.Retention
|
||||
import java.lang.annotation.Target
|
||||
import java.lang.annotation.*
|
||||
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>@java.lang.annotation.Retention(RetentionPolicy.CLASS)<!>
|
||||
|
||||
Reference in New Issue
Block a user