Annotation Interface Node.Children

Enclosing class:
Node

@Retention(RUNTIME) @Target(FIELD) public static @interface Node.Children
Marks array fields that are children of this node. This annotation implies the semantics of @CompilerDirectives.CompilationFinal(dimensions = 1).
Since:
0.8 or earlier