Rename KotlinCallable annotation to KotlinFunction
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ import java.lang.annotation.Target;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface KotlinCallable {
|
||||
public @interface KotlinFunction {
|
||||
@Deprecated
|
||||
int abiVersion();
|
||||
|
||||
Reference in New Issue
Block a user