DEFAULT_STUB_PRIORITY

The default priority value assigned to a stub when no explicit priority is specified.

This constant is used in the context of mapping and comparing inbound RequestSpecifications (such as stubs or routes) to determine their evaluation order. Higher numerical values indicate higher priority.

The default value is 0. Stubs with positive priorities take precedence over the default, while negative values (e.g. priority(-1)) can be used for catch-all / fallback stubs.