Top Description Annotations
module nativeimage

Package org.graalvm.nativeimage.c


This package and its sub-packages provide a fast and lightweight interface between Java code and C code.
Since
19.0

Annotation Summary

Modifier and TypeAnnotation and Description
public @interface
CContext

Defines the context for most other annotations of the C interface: the C header files that need to be imported, the C macros that need to be defined to properly configure these headers, and additional flags that should be passed to the C compiler when analyzing the definitions.

public @interface
CHeader

Defines the C header file for entry points enclosed by the annotated class or method.