@Retention(value=RUNTIME) @Target(value=METHOD) public @interface InvokeCFunctionPointer
CFunctionPointer. The
method is called with C calling conventions. See CFunction for more details on the
invocation.| Modifier and Type | Optional Element and Description |
|---|---|
CFunction.Transition |
transition
The Java-to-C thread transition code used when calling the function.
|
public abstract CFunction.Transition transition