Annotation Type Kernel.Constant

Enclosing class:
Kernel

@Retention(RUNTIME) public static @interface Kernel.Constant
We can use this Annotation to 'tag' intended constant buffers. So we can either annotate the buffer
invalid input: '&#64'Constant int[] buffer = new int[1024];
Or use a special suffix
int[] buffer_$constant$ = new int[1024];
Version:
Alpha, 21/09/2010
See Also: