J2K: updated to use of Kotlin's KClass instead of Java's class in annotation declarations and usages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@interface Ann {
|
||||
Class<?> value();
|
||||
Class<?> other();
|
||||
}
|
||||
|
||||
@Ann(other = String.class, value = Object.class)
|
||||
class C {
|
||||
}
|
||||
Reference in New Issue
Block a user