@Retention(value=RUNTIME) public static @interface Kernel.Constant
@Constant int[] buffer = new int[1024];
Or use a special suffix
int[] buffer_$constant$ = new int[1024];
Kernel.LOCAL_SUFFIX
Copyright © 2016 Syncleus. All rights reserved.