Class PriorityComparator<T>

  • Type Parameters:
    T - the type to be ordered
    All Implemented Interfaces:
    Comparator<T>

    public class PriorityComparator<T>
    extends Object
    implements Comparator<T>
    A Comparator that orders values that are annotated with the Priority annotation.
    Since:
    22.06
    Author:
    Jonathan Knight 2022.05.25