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 request specifications (such as stubs or routes) to determine their evaluation order. Lower numerical values generally indicate
higher priority.
By default, a stub with DEFAULT_STUB_PRIORITY
has the lowest possible priority, as it is equal to the maximum value of an Int
.