Interface ConfigurationSorter

All Superinterfaces:
Comparator<SortableConfigurationEntry>
All Known Implementing Classes:
AnnotationBasedSorter

public interface ConfigurationSorter extends Comparator<SortableConfigurationEntry>
Sorter of configuration entries, so that when the configuration is written to a stream or channel, it may be done so in the desired order.
Author:
A248