Annotation Interface CConst


@Retention(RUNTIME) @Target(TYPE_USE) public @interface CConst
Qualifies a C type as const in an entry-point method signature. Can be placed only on PointerBase types in function arguments as it applies only to the function declaration where const primitive types have no effect.
Since:
23.0