deploy-reflection
Factor handbook » Developer tools » Application deployment » Preparing to deploy an application » Deployment flags

Prev:deploy-ui?
Next:deploy-word-props?


Vocabulary
tools.deploy.config

Word description
The level of reflection support required by the deployed image.
ValueDescription
1No reflection
2Retain word names
3Prettyprinter
4Debugger
5Parser
6Full environment

The default value is 1, no reflection. Programs which use the above features will need to be deployed with a higher level of reflection support.

Definition