@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface CConst
Qualifies a C method parameter as const.
Can be placed only on pointer types in function arguments as it applies only to the function
declaration where const primitive types have no effect.