public interface OrderedServiceProvider extends Comparable<OrderedServiceProvider>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(OrderedServiceProvider o) |
int |
sortOrder()
When several implementations are found, and no specific implementation class is given,
the engine will automatically pick the one with the least sorting order.
|
int sortOrder()
When several implementations are found, and no specific implementation class is given, the engine will automatically pick the one with the least sorting order.
default int compareTo(OrderedServiceProvider o)
compareTo in interface Comparable<OrderedServiceProvider>Copyright © 2021. All rights reserved.