Specifies how an Initializer should guard against null arguments.
Allow null arguments to be present in Edit Mode and passed at runtime.
null
Warn about null arguments in Edit Mode.
Note that validation in Edit Mode might not give accurate results if some of the arguments only become available at runtime.
Throw an exception if null arguments are detected at runtime.
This validation takes place just before the arguments are injected to the client.