mediumPriority top-level constant

Priority const mediumPriority

The priority is used to determine the order of injection.

The higher the priority, the earlier the injection.

This will be injected after lowPriority.

value = 50

Implementation

const mediumPriority = Priority(50);