Bixby Developer Center

References

use-most-specific-instantiation-strategy

optionalvalue optional

Changes the default match mode of instantiation strategies to MostSpecific.

When enabled, all instantiation-strategy files use the most specific match pattern. It would be like specifying the following in your action:

...
default-init {
with-strategy {
match-mode (MostSpecific)
}
}
...

This runtime flag is enabled by default in the following runtime versions:

Example

capsule {
runtime-version (1) {
overrides {
use-most-specific-instantiation-strategy (true)
}
}
}