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

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

The 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