com.github.kongchen.swagger.docgen.remote.model.CanBeSwaggerModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-maven-plugin Show documentation
Show all versions of swagger-maven-plugin Show documentation
A maven build plugin which helps you generate API document during build phase
package com.github.kongchen.swagger.docgen.remote.model;
/**
* Created by kongchen on 14/10/11.
*/
public interface CanBeSwaggerModel {
public SwaggerModel toSwaggerModel();
}