Class UpdateProjectVersionCustomizer

    • Method Detail

      • order

        public int order()
        Description copied from interface: AlignmentService.ResponseCustomizer
        Integer.MIN_VALUE is the max order. This means that if we have two services, and we want the first one to be invoked before the second, we would give the first one a value for order that is smaller than that of the second one (for example 0 and 10, respectively).
        Specified by:
        order in interface AlignmentService.ResponseCustomizer
        Returns:
        the order