Class DescriptorComparitor

  • All Implemented Interfaces:
    Comparator<DescriptorImpl>

    public class DescriptorComparitor
    extends Object
    implements Comparator<DescriptorImpl>
    This is a comparator making things that don't really compare, compare. It is done to ensure that given the same set of descriptors we always return the set in the same order, which will ensure that the output of the generator is not different from run to run
    Author:
    jwells