Skip to content

Document whether ServerExceptionMapper.priority is ascending or descending #48662

Closed
@rgmz

Description

@rgmz

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".

/**
* 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions