RESERVED_DEFAULT_PROFILE_NAME property
Reserved Default Profile Name
Constant string "default"
, representing the canonical reserved profile.
This profile is always available as a baseline configuration context,
ensuring that the environment never operates without at least one profile.
Value
"default"
Notes
- Used by getReservedDefaultProfiles.
- Cannot be removed or overridden by configuration.
Implementation
static final String RESERVED_DEFAULT_PROFILE_NAME = "default";