Annotation Interface InvokeCFunctionPointer


@Retention(RUNTIME) @Target(METHOD) public @interface InvokeCFunctionPointer
Annotation for an invocation method defined in a sub-interface of CFunctionPointer. The method is called with C calling conventions. See CFunction for more details on the invocation.
Since:
19.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The Java-to-C thread transition code used when calling the function.
  • Element Details

    • transition

      The Java-to-C thread transition code used when calling the function.
      Since:
      19.0
      Default:
      TO_NATIVE