Top Description Methods
org.graalvm.nativeimage.c.function

public @Interface InvokeCFunctionPointer

extends Annotation
Annotations
@Retention:RUNTIME
@Target:METHOD
Imports
java.lang.annotation.ElementType, .Retention, .RetentionPolicy, .Target, org.graalvm.nativeimage.c.function.CFunction.Transition

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

Method Summary

Modifier and TypeMethod and Description
public CFunction.Transition
transition()

The Java-to-C thread transition code used when calling the function.

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

transitionback to summary
public CFunction.Transition transition()

The Java-to-C thread transition code used when calling the function.

Since
19.0