Annotation Interface Node.Input

Enclosing class:
Node

@Retention(RUNTIME) @Target(FIELD) public static @interface Node.Input
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
    Modifier and Type
    Optional Element
    Description
     
  • Element Details