This commit is contained in:
wing328 2016-03-22 16:11:39 +08:00
commit 46b2ec27a9
2 changed files with 3 additions and 0 deletions

View File

@ -733,6 +733,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
- [Cupix](http://www.cupix.com)
- [DocuSign](https://www.docusign.com)
- [Ergon](http://www.ergon.ch/)
- [Eureka](http://eure.jp/)
- [everystory.us](http://everystory.us)
- [Expected Behavior](http://www.expectedbehavior.com/)
- [LANDR Audio](https://www.landr.com/)

View File

@ -6,6 +6,8 @@ package {{package}};
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import org.apache.cxf.jaxrs.ext.multipart.*;
@Path("/")
public interface {{classname}} {
{{#operations}}