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

貢獻者指南