CVariable

public @interface CVariable

Annotation for C variables.

Any native method marked by this annotation will be bound by NatJ as a getter or setter for a native global variable. If the name is not specified by the value, then the variable’s name will be used for symbol lookup.