Annotation Interface Node.Input
- Enclosing class:
Node
Denotes a non-optional (non-null) node input. This should only be applied to fields of type
Node
or NodeInputList
.
Nodes that update fields of type Node
outside of their constructor should call
Node.updateUsages(Node, Node)
just prior to the update.-
Optional Element Summary
Optional Elements
-
Element Details
-
value
InputType value- Default:
Value
-