public class PriorityAnnotationComparator<T> extends Object implements Comparator<T>
@Priority
annotation.| Modifier and Type | Method and Description |
|---|---|
int |
compare(T o1,
T o2) |
static <T> PriorityAnnotationComparator<T> |
getInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static <T> PriorityAnnotationComparator<T> getInstance()
public int compare(T o1, T o2)
compare in interface Comparator<T>Copyright © 2010-2014. All Rights Reserved.