Controls the scope of wildcard matches defined in an imported library capsule.
false
: a wildcard match defined in the library capsule will never match concepts defined within an importing capsule, unless those concepts extend or have the role of a concept defined within the library. This is the default behavior.true
: a wildcard match defined in the library capsule will be allowed to match concepts defined within the importing capsule, if no more specific matches within the importing capsule act to override it.This runtime flag is disabled by default in all runtime versions.
runtime-version (5) {
overrides {
allow-wildcard-matches-on-imported-resources (true)
}
}
See Override Dialog With Match Patterns in the Developers' Guide for more details.
Copyright 2025 Samsung All rights reserved