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

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

Go to download

Swagger-Bootstrap-UI is the front of the UI Swagger implementation, using jQuery+bootstrap implementation, the purpose is to replace the default UI Swagger implementation of the Swagger-UI, so that the document is more friendly...

The newest version!
package io.swagger.annotations;

import java.lang.annotation.*;

/**
 * Deprecated since 1.9.4,see {@link ApiOperationSupport}
 */
@Deprecated
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ApiOperationSort {

    int value() default Integer.MAX_VALUE;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy