-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
Labels
Milestone
Description
Description
The doc string states that priority()
is "The priority with which the exception mapper will be executed", however, it is not immediately obvious whether higher or lower numbers are considered "high priority".
Lines 53 to 56 in ab90e24
/** | |
* The priority with which the exception mapper will be executed | |
*/ | |
int priority() default Priorities.USER; |
Clarifying this in the doc string would be a small but welcome quality-of-life improvement.
Implementation ideas
No response