Java to Kotlin annotation target mapping: relevant fix for J2K
This commit is contained in:
@@ -14,3 +14,11 @@ import java.lang.annotation.Target;
|
||||
@Target({ElementType.CONSTRUCTOR, ElementType.FIELD})
|
||||
@interface I {
|
||||
}
|
||||
|
||||
@Target(ElementType.METHOD)
|
||||
@interface J {
|
||||
}
|
||||
|
||||
@Target({})
|
||||
@interface K {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user