CFunction

public @interface CFunction

Annotation for C functions.

Any native method marked by this annotation will be bound by NatJ to a native C function. If the name is not specified by the value, then the method name will be used for symbol lookup.