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

com.github.kongchen.swagger.docgen.reader.ClassSwaggerReader Maven / Gradle / Ivy

Go to download

A maven build plugin which helps you generate API document during build phase

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

import com.github.kongchen.swagger.docgen.GenerateException;
import io.swagger.models.Swagger;

import java.util.Set;

/**
 * @author chekong on 15/4/28.
 */
public interface ClassSwaggerReader {
    Swagger read(Set> classes) throws GenerateException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy