swagger-api/swagger-codegen

Create interfaces instead of abstract classes for JAX-RS

开放

#2,672 创建于 2016年4月21日

 (3 条评论) (1 个反应) (0 位负责人)HTML (5,474 个派生)batch import
Enhancement: GeneralServer: Javahelp wanted

仓库指标

星标
 (12,701 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The generated service api are based on abstract classes, not interface. We all know that abstract class is something to avoid in Java, and interface provides much more flexibility. So please make the generated codes interfaces instead of abstract classes

贡献者指南