What is the purpose of the @Native meta-annotation in Java?
-
A
It marks a method as callable from native C/C++ code
-
B
It indicates that a constant field may be referenced from native code
-
C
It marks a class as having a native implementation
-
D
It disables JIT compilation for the annotated method