All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.swagger.annotations.ApiSort Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package io.swagger.annotations;


import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ApiSort {

    int value() default Integer.MAX_VALUE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy