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

com.qdesrame.openapi.diff.model.RequestResponseChanged Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.qdesrame.openapi.diff.model;

/**
 * Created by adarsh.sharma on 24/12/17.
 */
public interface RequestResponseChanged {
    boolean isDiff();
    boolean isDiffBackwardCompatible(boolean isRequest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy