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

pub.codex.apix.operation.Ordered Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package pub.codex.apix.operation;

public interface Ordered {

    int DefaultOperationReader = 0;

    int OperationSummaryReader = 10;

    int OperationRequestBodyReader = 20;

    int OperationRequestParamsReader = 20;





}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy