Drop @native from stdlib

This commit is contained in:
Alexey Tsvetkov
2015-10-19 21:10:07 +03:00
parent 715893446c
commit 3476bed18a
4 changed files with 2 additions and 19 deletions
@@ -54,13 +54,4 @@ public annotation class Strictfp
@Target(FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER)
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
public annotation class Synchronized
/**
* Marks the JVM method generated from the annotated function as `native`, meaning that it's not implemented
* in Java but rather in a different language (for example, in C/C++ using JNI).
*/
@Target(FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER)
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
public annotation class native
public annotation class Synchronized