Class ConstructorLightFirstComparator

  • All Implemented Interfaces:
    Comparator<Constructor<?>>

    public class ConstructorLightFirstComparator
    extends AbstractConstructorComparator
    It provides a comparator to sort the constructor to choose first.

    The priority goes to constructors with the PodamConstructor annotation first, and then to those with less arguments.

    Author:
    tedonema