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

com.github.kongchen.swagger.docgen.remote.model.CanBeSwaggerModel Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package com.github.kongchen.swagger.docgen.remote.model;

/**
 * Created by kongchen on 14/10/11.
 */
public interface CanBeSwaggerModel {

    public SwaggerModel toSwaggerModel();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy