development property
Specifies the Development environment.
The development environment can enable features that shouldn't be exposed in production. Because of the performance cost, scope validation and dependency validation only happens in development.
Implementation
static String development = 'Development';