Rename KotlinCallable annotation to KotlinFunction

This commit is contained in:
Alexander Udalov
2015-10-11 15:27:29 +03:00
parent 55dd51814f
commit 9d626ef1d9
5 changed files with 8 additions and 8 deletions
@@ -23,7 +23,7 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface KotlinCallable {
public @interface KotlinFunction {
@Deprecated
int abiVersion();