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

com.carma.swagger.doclet.Recorder Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package com.carma.swagger.doclet;

import java.io.File;
import java.io.IOException;

import com.carma.swagger.doclet.model.ApiDeclaration;
import com.carma.swagger.doclet.model.ResourceListing;

public interface Recorder {

	void record(File file, ResourceListing listing) throws IOException;

	void record(File file, ApiDeclaration declaration) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy