@Retention(value=RUNTIME) @Target(value=METHOD) public @interface CConstant
Calls to the method are replaced with a compile time constant. The constant value is extracted from the C header file during native image generation.
The class containing the annotated method must be annotated with CContext
.
public abstract String value