Annotation Type CompilerDirectives.CompilationFinal

Enclosing class:
CompilerDirectives

@Retention(RUNTIME) @Target(FIELD) public static @interface CompilerDirectives.CompilationFinal
Marks fields that should be considered final for a Truffle compilation although they are not final while executing in the interpreter.