Annotation Type Kernel.Local
- Enclosing class:
Kernel
We can use this Annotation to 'tag' intended local buffers.
So we can either annotate the buffer
invalid input: '@'Local int[] buffer = new int[1024];
Or use a special suffix
int[] buffer_$local$ = new int[1024];
- Version:
- Alpha, 21/09/2010
- See Also: