Ordered interface, expressing a 'priority'
ordering: Order values expressed by PriorityOrdered objects always
apply before order values of 'plain' Ordered values.
This is primarily a special-purpose interface, used for objects
where it is particularly important to determine 'prioritized'
objects first, without even obtaining the remaining objects.
A typical example: Prioritized post-processors in a Spring
.
org.springframework.context.ApplicationContext
org.springframework.beans.factory.config.PropertyResourceConfigurer