io.swagger.annotations.ApiSort Maven / Gradle / Ivy
package io.swagger.annotations;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ApiSort {
int value() default Integer.MAX_VALUE;
}