@Retention(value=CLASS)
@Target(value=TYPE)
public @interface NodeAssumptions
Declares one or multiple assumptions for use inside a source code generation enabled node.
Declared assumptions must be passed to the NodeFactory.createNode(Object...) method as
parameters.