Note: information on this page refers to Ceylon 1.1, not to the current release.

native annotation

The native annotation marks a declaration that is not implemented in the Ceylon programming language.

Usage

 native class Example() {
 }

Description

Currently Ceylon does not offer a well defined "native interface", and therefore this annotation is intended to be used only by the language module and dedicated interoperability modules. In a future version of the language, this annotation will be available for general use.

See also