@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,PARAMETER}) public @interface Const
Cast that simply adds const to the parameter type.
Can also be declared on a FunctionPointer in the case of const functions.Generator| Modifier and Type | Optional Element and Description |
|---|---|
boolean[] |
value
If
true, applies const to the value and to the pointer, respectively. |
Copyright © 2016. All rights reserved.